Indicate docker config in readme and auto create admin user in docker
All checks were successful
Docker / build (push) Successful in 10s

This commit is contained in:
krek0 2026-05-03 16:29:45 +02:00
parent 4bc1afa0cb
commit 9994403925
3 changed files with 99 additions and 0 deletions

View file

@ -2,4 +2,5 @@
set -e
python manage.py migrate --noinput
python manage.py create_default_admin
exec gunicorn photo21.wsgi:application --bind 0.0.0.0:8000 --workers 3