From a3ad1c6180607056a443e987c7906dca056d1181 Mon Sep 17 00:00:00 2001 From: winkidney Date: Thu, 19 Dec 2019 19:58:06 +0800 Subject: [PATCH] Fix: Fix path error in start.sh --- docker/scripts/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/scripts/start.sh b/docker/scripts/start.sh index cb1c727..41e5565 100755 --- a/docker/scripts/start.sh +++ b/docker/scripts/start.sh @@ -10,7 +10,7 @@ # ----------------------------------------------------------------------------- PROJECT_ROOT="/pinry" -bash /scripts/bootstrap.sh +bash ${PROJECT_ROOT}/docker/scripts/bootstrap.sh # If static files don't exist collect them cd ${PROJECT_ROOT}