made temp fix
This commit is contained in:
parent
6b9db73755
commit
1850ce0082
@ -1,7 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
python wait_for_db.py
|
||||
/bin/sh fix_permissions.sh
|
||||
python manage.py makemigrations
|
||||
python manage.py migrate
|
||||
python manage.py collectstatic --noinput
|
||||
|
||||
@ -1,3 +0,0 @@
|
||||
#!/bin/sh
|
||||
chown app:app $APP_HOME/media
|
||||
chown app:app $APP_HOME/static
|
||||
5
fix_permissions.sh
Normal file
5
fix_permissions.sh
Normal file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
# 100 = user in bloonsworld
|
||||
# 33 = www-data in nginx
|
||||
chown 100:33 .data/media
|
||||
chown 100:33 .data/static
|
||||
Loading…
Reference in New Issue
Block a user