Fix: Fix path error for secret-key-gen

This commit is contained in:
winkidney
2019-12-19 20:31:36 +08:00
parent 8b3e834a7a
commit 6b5395dc39
2 changed files with 2 additions and 2 deletions

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 collectstatic --noinput --settings=pinry.settings.docker
python manage.py collect --noinput --settings=pinry.settings.docker
# If database doesn't exist yet create it
if [ ! -f /data/production.db ]