[+] update dockerfile
Some checks failed
Build and Push Docker Images / docker (push) Failing after 32s
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:
parent
d268d3c970
commit
bd7c0fa17f
@ -5,7 +5,7 @@ COPY . .
|
|||||||
RUN go mod tidy
|
RUN go mod tidy
|
||||||
RUN go build -o lucky
|
RUN go build -o lucky
|
||||||
|
|
||||||
FROM debian:bookworm-slim
|
FROM debian:bookworm
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY --from=builder /app/lucky .
|
COPY --from=builder /app/lucky .
|
||||||
COPY --from=builder /app/plugin ./plugin
|
COPY --from=builder /app/plugin ./plugin
|
||||||
|
Loading…
Reference in New Issue
Block a user