From 53a9bb3f6bd1202a58f57bc2b1418a699e637b4b Mon Sep 17 00:00:00 2001 From: El Bruno Date: Tue, 5 Nov 2024 10:56:56 -0500 Subject: [PATCH] Add docker: remoteBuild: true to azure.yaml To support the new feature to avoid the local docker instance running --- azure.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure.yaml b/azure.yaml index d175bf8d..7aa41b27 100644 --- a/azure.yaml +++ b/azure.yaml @@ -11,6 +11,7 @@ services: docker: path: ../Dockerfile context: ../ + remoteBuild: true function: project: ./app/functions/EmbedFunctions host: function @@ -26,4 +27,4 @@ hooks: shell: sh run: ./scripts/prepdocs.sh interactive: true - continueOnError: false \ No newline at end of file + continueOnError: false