From 377459d362bd1d655e347edc94faed79138a029a Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Wed, 5 Jun 2024 15:35:22 +0100 Subject: Omit collectstatic for debugging --- docker-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker-entrypoint.sh') diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index 59a45b7..b2b3808 100755 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -9,7 +9,7 @@ echo "Attempting to create superuser..." #python manage.py createsuperuser --noinput || true # Collect static files -python manage.py collectstatic --noinput +#python manage.py collectstatic --noinput # Start Gunicorn exec gunicorn --bind ':8080' --workers 3 ded.wsgi:application -- cgit v1.2.3