[+] update dockerfile
Some checks failed
Build and Push Docker Images / docker (push) Failing after 32s

Signed-off-by: sunyz <i@sunyz.net>
This commit is contained in:
sunyz 2025-01-22 19:00:31 +08:00
parent d268d3c970
commit bd7c0fa17f

View File

@ -5,7 +5,7 @@ COPY . .
RUN go mod tidy
RUN go build -o lucky
FROM debian:bookworm-slim
FROM debian:bookworm
WORKDIR /app
COPY --from=builder /app/lucky .
COPY --from=builder /app/plugin ./plugin