Initial
This commit is contained in:
6
docker/app/scripts/run.sh
Executable file
6
docker/app/scripts/run.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
python manage.py collectstatic --noinput
|
||||
python manage.py migrate
|
||||
|
||||
uwsgi --ini /uwsgi.ini
|
||||
Reference in New Issue
Block a user