Skip to content

Instantly share code, notes, and snippets.

@aherve
Created May 31, 2017 09:14
Show Gist options
  • Save aherve/63fb0c5028160628b0cc6ce91d92bf9d to your computer and use it in GitHub Desktop.
Save aherve/63fb0c5028160628b0cc6ce91d92bf9d to your computer and use it in GitHub Desktop.
FROM busybox:latest
ENTRYPOINT sh -c "cd /tmp/hooks && ls | xargs chmod +x && cd /tmp/.git/hooks && find ../../hooks -type f -exec ln -sf {} /tmp/.git/hooks/ \; && echo 'githooks installed'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment