diff --git a/docker/templates/new-wagtail-app/{{ cookiecutter.app_name }}/Dockerfile b/docker/templates/new-wagtail-app/{{ cookiecutter.app_name }}/Dockerfile index 032d2c0..3cfee60 100644 --- a/docker/templates/new-wagtail-app/{{ cookiecutter.app_name }}/Dockerfile +++ b/docker/templates/new-wagtail-app/{{ cookiecutter.app_name }}/Dockerfile @@ -56,4 +56,3 @@ ENV DJANGO_DEBUG 'False' # Build static files into the container RUN python manage.py collectstatic --noinput -#RUN python manage.py compress