Skip to content

Commit a898da0

Browse files
committed
Update azuredeploy.bicep
1 parent e60b83c commit a898da0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Labs/deploy/azuredeploy.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ resource appServiceApi 'Microsoft.Web/sites@2022-03-01' = {
309309
linuxFxVersion: 'PYTHON|3.12'
310310
alwaysOn: true
311311
httpLoggingEnabled: true
312-
appCommandLine: 'uvicorn --host "0.0.0.0" --port 443 main:app --reload'
312+
appCommandLine: 'uvicorn --host "0.0.0.0" --port 443 app:app --reload'
313313
cors: {
314314
allowedOrigins: [
315315
'*'

0 commit comments

Comments
 (0)