Skip to content

Commit

Permalink
fix: docker-compose.dev.yml uses right image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
brokad authored Jul 11, 2022
1 parent 5b052ce commit 351310c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:
dockerfile: Containerfile
args:
crate: shuttle-api
image: "${CONTAINER_REGISTRY}/backend:dev"
image: "${CONTAINER_REGISTRY}/api:dev"

provisioner:
entrypoint:
Expand Down

0 comments on commit 351310c

Please sign in to comment.