Fix: Fix collectstatic command

This commit is contained in:
winkidney
2019-12-19 22:27:11 +08:00
parent 6b5395dc39
commit e8211274bb

View File

@@ -14,7 +14,7 @@ bash ${PROJECT_ROOT}/docker/scripts/bootstrap.sh
# If static files don't exist collect them
cd ${PROJECT_ROOT}
python manage.py collect --noinput --settings=pinry.settings.docker
python manage.py collectstatic --noinput --settings=pinry.settings.docker
# If database doesn't exist yet create it
if [ ! -f /data/production.db ]