This commit is contained in:
2024-08-28 17:01:12 +02:00
parent 3ed0966fdc
commit 32125955fc

View File

@@ -21,8 +21,7 @@ COPY . /app/
RUN python manage.py collectstatic --noinput --clear
RUN python manage.py migrate --noinput
RUN django-admin createsuperuser --username admin --email admin@example.com --noinput
RUN python manage.py createsuperuser --username "admin" --email "admin@example.com" --password "mysecretpassword"
EXPOSE 8000