We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0225f75 commit 46b3d6aCopy full SHA for 46b3d6a
azure.yaml
@@ -9,8 +9,23 @@ services:
9
language: py
10
# Please check docs/azure_container_apps.md for more information on how to deploy to Azure Container Apps
11
# host: containerapp
12
+ # docker:
13
+ # remoteBuild: true
14
host: appservice
15
hooks:
16
+ # This hook is called when App Service is the host
17
+ prepackage:
18
+ windows:
19
+ shell: pwsh
20
+ run: cd ../frontend;npm install;npm run build
21
+ interactive: false
22
+ continueOnError: false
23
+ posix:
24
+ shell: sh
25
26
27
28
+ # This hook is called when Azure Container Apps is the host
29
prebuild:
30
windows:
31
shell: pwsh
0 commit comments