This commit is contained in:
2024-08-28 16:50:31 +02:00
parent 6d874cceea
commit 3ed0966fdc

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
RUN django-admin createsuperuser --username admin --email admin@example.com --noinput
EXPOSE 8000