We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 887e6bf commit cbd000fCopy full SHA for cbd000f
apps/api/DOCKERFILE
labs/02-LAB-02/1-Azure-Deployment/lab-core/azuredeploy.bicep
@@ -305,7 +305,7 @@ resource appServiceApi 'Microsoft.Web/sites@2022-03-01' = {
305
httpsOnly: true
306
siteConfig: {
307
linuxFxVersion: 'NODE|20-lts'
308
- appCommandLine: 'pm2 serve /home/site/wwwroot/dist --no-daemon --spa'
+ appCommandLine: 'pm2 start app.js --no-daemon'
309
alwaysOn: true
310
}
311
0 commit comments