Indicate docker config in readme and auto create admin user in docker
All checks were successful
Docker / build (push) Successful in 10s
All checks were successful
Docker / build (push) Successful in 10s
This commit is contained in:
parent
4bc1afa0cb
commit
9994403925
3 changed files with 99 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue