Skip to content

Commit ef38552

Browse files
added the local deployment changes
1 parent 326e8dd commit ef38552

File tree

2 files changed

+92
-375
lines changed

2 files changed

+92
-375
lines changed

azure_custom.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ services:
1313
docker:
1414
path: ./Dockerfile.NoCache
1515
image: backend
16+
registry: ${AZURE_CONTAINER_REGISTRY_ENDPOINT}
1617
remoteBuild: true
1718

1819
mcp:
@@ -21,6 +22,7 @@ services:
2122
host: containerapp
2223
docker:
2324
image: mcp
25+
registry: ${AZURE_CONTAINER_REGISTRY_ENDPOINT}
2426
remoteBuild: true
2527

2628
frontend:

0 commit comments

Comments
 (0)