diff --git a/Dockerfile b/Dockerfile index 9d37314..01b6e7d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,3 +3,5 @@ FROM alpine/git RUN apk add --no-cache curl ADD update /update + +ENTRYPOINT /bin/sh