Skip to content

Commit 2f0de5c

Browse files
committed
🥊 Wed Oct 23 17:15:16 UTC 2024
1 parent 99ae1b0 commit 2f0de5c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎src/InfrastructureAsCode/main.bicep

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ resource webApp 'Microsoft.Web/sites@2022-09-01' = {
7272
linuxFxVersion: 'DOCKER|${imageName}'
7373
appCommandLine: startupCommand
7474
appSettings: [
75+
{
76+
name: 'WEBSITES_PORT'
77+
value: '8080'
78+
}
7579
{
7680
name: 'WEBSITES_ENABLE_APP_SERVICE_STORAGE'
7781
value: 'false'

0 commit comments

Comments
 (0)