Skip to content

Commit

Permalink
fix: prod dockerfile path
Browse files Browse the repository at this point in the history
  • Loading branch information
fivehanz committed Aug 19, 2024
1 parent 9bf5ebe commit bca044b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ services:
celery_worker:
container_name: hanz_celery_worker
build:
context: .
context: ../../
dockerfile: Dockerfile
command: celery -A hanz worker -l error
environment:
Expand All @@ -66,7 +66,7 @@ services:
celery_beat:
container_name: hanz_celery_beat
build:
context: .
context: ../../
dockerfile: Dockerfile
command: celery -A hanz beat -l error
environment:
Expand Down

0 comments on commit bca044b

Please sign in to comment.