From de6b99df50afba811add3c5109195dc35319bf27 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Wed, 5 Jun 2024 16:46:44 +0100 Subject: fix.... --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 096ddb0..df55594 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,8 +19,7 @@ RUN mkdir -p /app/static/css /app/static/js /app/static/img # Install Python dependencies RUN pip install -U "pip>=24.0.0" && \ pip install -r requirements.txt && \ - python manage.py collectstatic --noinput && \ - python manage.py createsuperuser --noinput + python manage.py collectstatic --noinput # Switch to non-root user USER 1001 -- cgit v1.2.3