Skip to content

Commit 53a9bb3

Browse files
authored
Add docker: remoteBuild: true to azure.yaml
To support the new feature to avoid the local docker instance running
1 parent dbf96cf commit 53a9bb3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azure.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ services:
1111
docker:
1212
path: ../Dockerfile
1313
context: ../
14+
remoteBuild: true
1415
function:
1516
project: ./app/functions/EmbedFunctions
1617
host: function
@@ -26,4 +27,4 @@ hooks:
2627
shell: sh
2728
run: ./scripts/prepdocs.sh
2829
interactive: true
29-
continueOnError: false
30+
continueOnError: false

0 commit comments

Comments
 (0)