From 10dccc6faa8c95b34a96cdfeae6daa335fe9b76d Mon Sep 17 00:00:00 2001 From: Bobby Date: Mon, 5 Sep 2022 19:25:07 -0400 Subject: Added captcha to register page --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 3c91da9e..12d04373 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,6 +17,10 @@ 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