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

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

View File

@ -5,8 +5,9 @@ COPY . .
RUN go mod tidy
RUN go build -o lucky
FROM debian:bookworm
FROM ubuntu:latest
WORKDIR /app
RUN apt
COPY --from=builder /app/lucky .
COPY --from=builder /app/plugin ./plugin