Add missing file to container
All checks were successful
Build and push container image / build (push) Successful in 7m19s
All checks were successful
Build and push container image / build (push) Successful in 7m19s
This commit is contained in:
parent
f835d92519
commit
2bddd8cf21
@ -9,4 +9,5 @@ FROM alpine:3.19@sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac3
|
|||||||
RUN apk add --no-cache openssl-dev libgcc
|
RUN apk add --no-cache openssl-dev libgcc
|
||||||
WORKDIR /kon
|
WORKDIR /kon
|
||||||
COPY --from=compiler /usr/src/kon/target/release/kon .
|
COPY --from=compiler /usr/src/kon/target/release/kon .
|
||||||
|
COPY --from=compiler /usr/src/kon/Cargo.toml .
|
||||||
CMD [ "./kon" ]
|
CMD [ "./kon" ]
|
||||||
|
Loading…
Reference in New Issue
Block a user