Skip to content

Commit

Permalink
Fix app service start
Browse files Browse the repository at this point in the history
  • Loading branch information
davidxw committed Sep 13, 2024
1 parent f98e27d commit 8472af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/resources.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ resource webApp 'Microsoft.Web/sites@2020-06-01' = {
siteConfig: {
linuxFxVersion: 'node|18-lts'
alwaysOn: true
appCommandLine: 'node .next/standalone/server.js'
appCommandLine: 'next start'
ftpsState: 'Disabled'
minTlsVersion: '1.2'
appSettings: [
Expand Down

0 comments on commit 8472af7

Please sign in to comment.