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

This commit is contained in:
Joshua Higgins
2025-04-08 20:46:54 -04:00
parent 8167632b0f
commit ddf8a0bc42

View File

@@ -11,4 +11,7 @@ COPY ./Cargo.toml .
RUN cargo build --target x86_64-unknown-linux-musl --release
ENV ROCKET_ADDRESS=0.0.0.0
ENV ROCKET_PORT=8000
ENTRYPOINT ["./target/x86_64-unknown-linux-musl/release/status-checker"]