mirror of
https://github.com/pinry/pinry.git
synced 2025-11-14 00:55:43 +01:00
Fix: Fix path error in start.sh
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user