From 1407ed37666d60bb27f964feeabadb8f5ca07cd8 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Wed, 5 Jun 2024 16:37:49 +0100 Subject: Experiment with putting collectstatic and superuser in initial build --- 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 2b17530..6c3efca 100755 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -6,7 +6,7 @@ python manage.py migrate # Try to create a superuser, skip if email is already taken echo "Attempting to create superuser..." -python manage.py createsuperuser --noinput || true +#python manage.py createsuperuser --noinput || true # Collect static files #python manage.py collectstatic --noinput -- cgit v1.2.3