From 21209739444eae952201a96b087bdfeff68ac113 Mon Sep 17 00:00:00 2001 From: John Aziz Date: Tue, 23 Jul 2024 01:15:24 +0000 Subject: [PATCH] change prepackage to prebuild stage This insures that the static frontend folder is includ in ththe docker containe --- azure.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure.yaml b/azure.yaml index 81069a73..aab8bf16 100644 --- a/azure.yaml +++ b/azure.yaml @@ -9,7 +9,7 @@ services: module: web host: containerapp hooks: - prepackage: + prebuild: windows: shell: pwsh run: cd ../frontend;npm install;npm run build