This commit is contained in:
parent
ac2c376ff7
commit
5561757e17
@ -11,6 +11,6 @@ RUN go build -trimpath -ldflags '-w -s' -o pusher .
|
|||||||
|
|
||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
WORKDIR /work
|
WORKDIR /work
|
||||||
COPY --from=back /build/run /work/
|
COPY --from=back /build/pusher /work/
|
||||||
ENTRYPOINT ["/work/pusher"]
|
ENTRYPOINT ["/work/pusher"]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user