Skip to content

Commit

Permalink
fix: revise docker-compose api server image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
CokeLee777 committed Aug 8, 2023
1 parent 687e616 commit 26962b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
container_name: hollang-weeks52-api-server-prod
depends_on:
- hollang-weeks52-inferring-server-prod
image: ${ECR_REGISTRY}/hollang-weeks52-api-server-prod:latest
image: ${ECR_REGISTRY}/hollang-weeks52-api-server-prod:${IMAGE_TAG}
restart: always
env_file:
- .env
Expand Down

0 comments on commit 26962b5

Please sign in to comment.