From 5561757e1713d5694f9405463fd651f6afb55e02 Mon Sep 17 00:00:00 2001 From: timerzz Date: Mon, 20 May 2024 20:52:14 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E4=BF=AE=E5=A4=8D=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9445c5e..65b3beb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +11,6 @@ RUN go build -trimpath -ldflags '-w -s' -o pusher . FROM alpine:latest WORKDIR /work -COPY --from=back /build/run /work/ +COPY --from=back /build/pusher /work/ ENTRYPOINT ["/work/pusher"]