diff --git a/compose/production/django/Dockerfile b/compose/production/django/Dockerfile index 502c16e..830ec9e 100644 --- a/compose/production/django/Dockerfile +++ b/compose/production/django/Dockerfile @@ -94,3 +94,4 @@ RUN DATABASE_URL="" \ python manage.py compilemessages ENTRYPOINT ["/entrypoint"] +CMD ${STARTUP_COMMAND}