Skip to content

Commit f53e525

Browse files
authored
Merge pull request #428 from davidxw/start_fix
Fix app service start (regression)
2 parents b5b9621 + 8472af7 commit f53e525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/resources.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ resource webApp 'Microsoft.Web/sites@2020-06-01' = {
114114
siteConfig: {
115115
linuxFxVersion: 'node|18-lts'
116116
alwaysOn: true
117-
appCommandLine: 'node .next/standalone/server.js'
117+
appCommandLine: 'next start'
118118
ftpsState: 'Disabled'
119119
minTlsVersion: '1.2'
120120
appSettings: [

0 commit comments

Comments
 (0)