From f4ce994d7942b28973d578f3fbec31e851d3b865 Mon Sep 17 00:00:00 2001 From: Jon Ander Novella Date: Tue, 17 Nov 2020 15:15:06 +0100 Subject: [PATCH] Remove entrypoint It is not needed as we will create a new shell within the container of the cronjob. --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9467d3e..01ebbc6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,4 +14,3 @@ COPY --from=0 /go/build/svc svc COPY --from=0 /go/passwd /etc/passwd USER 65534 EXPOSE 8080 -ENTRYPOINT [ "/svc" ]