Skip to content

Commit 00c90d1

Browse files
committed
Add src folder to startup command in azd template: entrypoint.sh -> src/entrypoint.sh
1 parent 05ce9b1 commit 00c90d1

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)