Fix for permissions
This commit is contained in:
parent
4971917417
commit
8277bad474
@ -1,6 +1,9 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
python wait_for_db.py
|
python wait_for_db.py
|
||||||
|
#chown -R app:app $APP_HOME
|
||||||
|
chown app:app $APP_HOME/media
|
||||||
|
chown app:app $APP_HOME/static
|
||||||
python manage.py makemigrations
|
python manage.py makemigrations
|
||||||
python manage.py migrate
|
python manage.py migrate
|
||||||
python manage.py collectstatic --noinput
|
python manage.py collectstatic --noinput
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user