From ae8d9161a35e6caaa6e885aabbfc9f5d378b393a Mon Sep 17 00:00:00 2001 From: valvin Date: Sun, 18 Sep 2022 15:11:07 +0200 Subject: [PATCH] fix: add kiln build path --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 9974f67..286e5f6 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -27,7 +27,7 @@ update_repository(){ prepare_content(){ if [ "${GEMINI_KILN_BUILD}" == "true" ]; then echo "Building content with kiln..." - kiln build + kiln build ${GEMINI_KILN_SRC} fi }