diff --git a/entrypoint.sh b/entrypoint.sh index 8c73b25..04c5614 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -9,5 +9,9 @@ set -e # Change permissions chmod -R a+w ./ +pwd + +ls -R + # Run command -$* +jekyll build \ No newline at end of file