From 30312ab9fb3fdf98d61e7931ce65a5d067d20445 Mon Sep 17 00:00:00 2001 From: Amir Mehr Date: Thu, 21 Mar 2024 19:33:04 -0600 Subject: [PATCH] fix: make compose working. --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) 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