Skip to content

Commit 2120973

Browse files
committed
change prepackage to prebuild stage
This insures that the static frontend folder is includ in ththe docker containe
1 parent 954f16c commit 2120973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
module: web
1010
host: containerapp
1111
hooks:
12-
prepackage:
12+
prebuild:
1313
windows:
1414
shell: pwsh
1515
run: cd ../frontend;npm install;npm run build

0 commit comments

Comments
 (0)