Skip to content

Commit

Permalink
Add docker: remoteBuild: true to azure.yaml
Browse files Browse the repository at this point in the history
To support the new feature to avoid the local docker instance running
  • Loading branch information
elbruno authored Nov 5, 2024
1 parent dbf96cf commit 53a9bb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ services:
docker:
path: ../Dockerfile
context: ../
remoteBuild: true
function:
project: ./app/functions/EmbedFunctions
host: function
Expand All @@ -26,4 +27,4 @@ hooks:
shell: sh
run: ./scripts/prepdocs.sh
interactive: true
continueOnError: false
continueOnError: false

0 comments on commit 53a9bb3

Please sign in to comment.