Fix: Fix path error in start.sh

This commit is contained in:
winkidney
2019-12-19 19:58:06 +08:00
parent 1c9f74d27a
commit a3ad1c6180

View File

@@ -10,7 +10,7 @@
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
PROJECT_ROOT="/pinry" PROJECT_ROOT="/pinry"
bash /scripts/bootstrap.sh bash ${PROJECT_ROOT}/docker/scripts/bootstrap.sh
# If static files don't exist collect them # If static files don't exist collect them
cd ${PROJECT_ROOT} cd ${PROJECT_ROOT}