Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions azure_custom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ services:
docker:
path: ./Dockerfile.NoCache
image: backend
registry: ${AZURE_CONTAINER_REGISTRY_ENDPOINT}
remoteBuild: true

mcp:
Expand All @@ -21,6 +22,7 @@ services:
host: containerapp
docker:
image: mcp
registry: ${AZURE_CONTAINER_REGISTRY_ENDPOINT}
remoteBuild: true

frontend:
Expand Down
Loading
Loading