diff --git a/.docker/Dockerfile.githooks b/.docker/Dockerfile.githooks deleted file mode 100644 index cd07f958..00000000 --- a/.docker/Dockerfile.githooks +++ /dev/null @@ -1,3 +0,0 @@ -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'" \ No newline at end of file