Skip to content

Commit 029c801

Browse files
authored
Merge branch 'Azure-Samples:main' into main
2 parents 0ce7291 + 82a3e96 commit 029c801

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
@@ -168,7 +168,7 @@ resource web 'Microsoft.Web/sites@2022-03-01' = {
168168
alwaysOn: true
169169
linuxFxVersion: 'PYTHON|3.11'
170170
ftpsState: 'Disabled'
171-
appCommandLine: 'entrypoint.sh'
171+
appCommandLine: 'src/entrypoint.sh'
172172
minTlsVersion: '1.2'
173173
}
174174
httpsOnly: true

0 commit comments

Comments
 (0)