diff --git a/Dockerfile b/Dockerfile index cdc4fcc..46ceedb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ ADD . . # Install the dependencies RUN pip install -U "pip>=19.3.1" && \ pip install -r requirements.txt && \ - python manage.py collectstatic --noinput && \ +# python manage.py collectstatic --noinput && \ python manage.py migrate # Run the application