fix 修复构建问题
All checks were successful
Build image / build (push) Successful in 1m23s

This commit is contained in:
timerzz 2024-05-20 20:52:14 +08:00
parent ac2c376ff7
commit 5561757e17

View File

@ -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"]