second try

This commit is contained in:
2024-08-28 16:34:44 +02:00
parent cac711d2f6
commit 6d874cceea

View File

@@ -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