Skip to content

Commit 82a3e96

Browse files
Merge pull request #6 from JimacoMS4/fix-infra-startup-command
Add src folder to startup command in azd template: entrypoint.sh -> s…
2 parents 05ce9b1 + 00c90d1 commit 82a3e96

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)