Remove the entrypoint
This commit is contained in:
parent
ba59b0ab34
commit
f8fc765936
|
@ -7,4 +7,3 @@ RUN go build -o wesher .
|
||||||
|
|
||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
COPY --from=0 /app/wesher /wesher
|
COPY --from=0 /app/wesher /wesher
|
||||||
ENTRYPOINT ["/wesher"]
|
|
Loading…
Reference in New Issue