diff --git a/infra/resources.bicep b/infra/resources.bicep index 1240bfc17..48be71c66 100644 --- a/infra/resources.bicep +++ b/infra/resources.bicep @@ -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: [