diff --git a/docker/prod/procrastinate/start b/docker/prod/procrastinate/start index d020bf7..fa9e7a2 100644 --- a/docker/prod/procrastinate/start +++ b/docker/prod/procrastinate/start @@ -10,6 +10,4 @@ until [ -f /tmp/migrations_complete ]; do sleep 2 done -rm -f /tmp/migrations_complete - exec python manage.py procrastinate worker