Skip to content

Commit

Permalink
fix celery beat entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
noliveleger committed Dec 18, 2024
1 parent 4c5cae7 commit c5468ae
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 c5468ae

Please sign in to comment.