From aa291dbd77ff099652c03bf3a58af47c2295fd19 Mon Sep 17 00:00:00 2001 From: Bobby Date: Mon, 5 Sep 2022 19:26:37 -0400 Subject: Removed Migrations from Dockerfile --- Dockerfile | 4 ---- 1 file changed, 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 -- cgit v1.2.3