From 55e6eac0ad9d4cf4509034702dbab40829792952 Mon Sep 17 00:00:00 2001 From: Forest Gregg Date: Thu, 10 Oct 2024 10:23:46 -0400 Subject: [PATCH] Update Dockerfile --- .../new-wagtail-app/{{ cookiecutter.app_name }}/Dockerfile | 1 - 1 file changed, 1 deletion(-) 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