diff --git a/Dockerfile b/Dockerfile index 7663160..ba7ed3f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,5 +3,5 @@ FROM gitea.konchin.com/image/alpine:latest RUN apk --no-cache add --no-check-certificate yamllint ADD entrypoint.sh /entrypoint.sh -ENTRYPOINT ["/usr/bin/env", "-S"] +ENTRYPOINT ["/usr/bin/env"] CMD ["sh", "/entrypoint.sh"]