Add missing file to container
All checks were successful
Build and push container image / build (push) Successful in 7m19s

This commit is contained in:
toast 2023-12-12 23:09:57 +11:00
parent f835d92519
commit 2bddd8cf21

View File

@ -9,4 +9,5 @@ FROM alpine:3.19@sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac3
RUN apk add --no-cache openssl-dev libgcc
WORKDIR /kon
COPY --from=compiler /usr/src/kon/target/release/kon .
COPY --from=compiler /usr/src/kon/Cargo.toml .
CMD [ "./kon" ]