Remove the entrypoint

This commit is contained in:
kaiyou
2020-06-22 17:36:29 +02:00
parent ba59b0ab34
commit f8fc765936

View File

@ -7,4 +7,3 @@ RUN go build -o wesher .
FROM alpine:latest
COPY --from=0 /app/wesher /wesher
ENTRYPOINT ["/wesher"]