From 6d874cceea7f6a923da1f87ba045239ed7af191d Mon Sep 17 00:00:00 2001 From: Amir Date: Wed, 28 Aug 2024 16:34:44 +0200 Subject: [PATCH] second try --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 94cf4be5..a1caf040 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ COPY . /app/ RUN python manage.py collectstatic --noinput --clear RUN python manage.py migrate --noinput -RUN python manage.py createsuperuser --username admin --email admin@example.com --password mysecretpassword --noinput +RUN python manage.py createsuperuser --username admin --email admin@example.com --password mysecretpassword EXPOSE 8000