dockered
This commit is contained in:
7
django/docker-entrypoint.sh
Normal file
7
django/docker-entrypoint.sh
Normal file
@ -0,0 +1,7 @@
|
||||
#!/bin/env sh
|
||||
|
||||
python manage.py makemigrations chat games profiles notice
|
||||
python manage.py migrate
|
||||
python manage.py compilemessages
|
||||
|
||||
exec python manage.py runserver "$@"
|
Reference in New Issue
Block a user