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 }