diff --git a/docker/py/entrypoint.sh b/docker/py/entrypoint.sh index f5adddca..38f4ba4a 100755 --- a/docker/py/entrypoint.sh +++ b/docker/py/entrypoint.sh @@ -22,7 +22,7 @@ then fi # install git hooks -~/.local/bin/renku githooks install || true +renku githooks install || true # run the post-init script in the root directory (i.e. coming from the image) if [ -f "/post-init.sh" ]; then