aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Dockerfile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Dockerfile b/Dockerfile
index 12d04373..3c91da9e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -17,10 +17,6 @@ RUN pip install -r requirements.txt
COPY . .
-# Migrations
-RUN python manage.py makemigrations
-RUN python manage.py migrate
-
RUN python manage.py collectstatic --noinput