Skip to content

Commit cbd000f

Browse files
committed
fix api
1 parent 887e6bf commit cbd000f

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

apps/api/DOCKERFILE

Lines changed: 0 additions & 10 deletions
This file was deleted.

labs/02-LAB-02/1-Azure-Deployment/lab-core/azuredeploy.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ resource appServiceApi 'Microsoft.Web/sites@2022-03-01' = {
305305
httpsOnly: true
306306
siteConfig: {
307307
linuxFxVersion: 'NODE|20-lts'
308-
appCommandLine: 'pm2 serve /home/site/wwwroot/dist --no-daemon --spa'
308+
appCommandLine: 'pm2 start app.js --no-daemon'
309309
alwaysOn: true
310310
}
311311
}

0 commit comments

Comments
 (0)