[+] update dockerfile
Some checks failed
Build and Push Docker Images / docker (push) Failing after 34s
Some checks failed
Build and Push Docker Images / docker (push) Failing after 34s
Signed-off-by: sunyz <i@sunyz.net>
This commit is contained in:
parent
bd7c0fa17f
commit
788a35553f
@ -7,6 +7,7 @@ RUN go build -o lucky
|
|||||||
|
|
||||||
FROM debian:bookworm
|
FROM debian:bookworm
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
|
||||||
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