Skip to content

Commit

Permalink
Merge pull request microsoft#428 from davidxw/start_fix
Browse files Browse the repository at this point in the history
Fix app service start (regression)
  • Loading branch information
thivy committed Sep 13, 2024
2 parents b5b9621 + 8472af7 commit f53e525
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 @@ -114,7 +114,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 f53e525

Please sign in to comment.