Skip to content

Commit c920235

Browse files
add remote build support for backend and frontend services in azure.yaml
1 parent c4d65cd commit c920235

2 files changed

Lines changed: 338 additions & 61 deletions

File tree

azure_custom.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,14 @@ services:
1717
language: python
1818
docker:
1919
path: Dockerfile
20+
remoteBuild: true
2021
frontend:
2122
project: ./src/frontend
2223
host: containerapp
2324
language: js
2425
docker:
2526
path: Dockerfile
27+
remoteBuild: true
2628

2729
infra:
2830
provider: bicep

0 commit comments

Comments
 (0)