diff --git a/Dockerfile b/Dockerfile index 38f54de..30d1674 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,6 +21,3 @@ RUN chmod +x /usr/src/app/wait_for_postgres.sh # Collect static files RUN python manage.py collectstatic --noinput - -# Run migrations -CMD /usr/src/app/wait_for_postgres.sh db python manage.py migrate