ugh
Some checks failed
Cargo Check & Build / Rust project - latest (push) Has been cancelled

This commit is contained in:
Joshua Higgins
2025-04-08 20:41:31 -04:00
parent be03f35731
commit 8167632b0f

View File

@@ -10,3 +10,5 @@ COPY ./Cargo.lock .
COPY ./Cargo.toml . COPY ./Cargo.toml .
RUN cargo build --target x86_64-unknown-linux-musl --release RUN cargo build --target x86_64-unknown-linux-musl --release
ENTRYPOINT ["./target/x86_64-unknown-linux-musl/release/status-checker"]