From 4b210c88bfa02b9d835f4e37c33ec88daab55dad Mon Sep 17 00:00:00 2001 From: Bobby Date: Wed, 20 Jul 2022 19:38:10 +0530 Subject: Making Migrations and Migrate + Setting Debug = False --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 3c91da9e..a6f5e7f0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,8 @@ RUN pip install -r requirements.txt COPY . . RUN python manage.py collectstatic --noinput - +RUN python manage.py makemigrations +RUN python manage.py migrate EXPOSE 8080 -- cgit v1.2.3