Skip to content

Commit

Permalink
Merge pull request #353 from kobotoolbox/fix-wrong-celery-beat-entry-…
Browse files Browse the repository at this point in the history
…point

fix(celery): correct Celery Beat entrypoint path
  • Loading branch information
noliveleger authored Dec 18, 2024
2 parents 4c5cae7 + c5468ae commit a66a6b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ services:

beat:
<<: *django
command: ['bash', '/srv/src/kpi/docker/entrypoint_celery_kobocat_worker.bash']
command: ['bash', '/srv/src/kpi/docker/entrypoint_celery_beat.bash']

nginx:
image: nginx:1.26
Expand Down

0 comments on commit a66a6b4

Please sign in to comment.