Skip to content

Commit

Permalink
Patch 'workers' -> 'worker' in docker (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
fivegrant authored Aug 24, 2023
1 parent cf17636 commit 32bf699
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ target "ta1-service-api-base" {
target "ta1-service-worker-base" {
context = "."
tags = tag("ta1-service-worker", "", "")
dockerfile = "workers/Dockerfile"
dockerfile = "worker/Dockerfile"
}

target "ta1-service-api" {
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
container_name: worker-ta1-service
build:
context: ./
dockerfile: workers/Dockerfile
dockerfile: worker/Dockerfile
env_file:
- .env
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ services:
container_name: worker-ta1-service
build:
context: ./
dockerfile: workers/Dockerfile
dockerfile: worker/Dockerfile
env_file:
- .env
depends_on:
Expand Down

0 comments on commit 32bf699

Please sign in to comment.