boot script fix
This commit is contained in:
parent
a0332c432d
commit
be52238413
3
boot.sh
3
boot.sh
@ -6,5 +6,6 @@ python manage.py migrate
|
|||||||
python manage.py collectstatic --noinput
|
python manage.py collectstatic --noinput
|
||||||
echo "Done"
|
echo "Done"
|
||||||
|
|
||||||
exec chmod 755 /opt/recipes/mediafiles
|
chmod 755 /opt/recipes/mediafiles
|
||||||
|
|
||||||
exec gunicorn -b :8080 --access-logfile - --error-logfile - recipes.wsgi
|
exec gunicorn -b :8080 --access-logfile - --error-logfile - recipes.wsgi
|
Loading…
Reference in New Issue
Block a user