This commit is contained in:
@@ -11,4 +11,7 @@ COPY ./Cargo.toml .
|
|||||||
|
|
||||||
RUN cargo build --target x86_64-unknown-linux-musl --release
|
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"]
|
ENTRYPOINT ["./target/x86_64-unknown-linux-musl/release/status-checker"]
|
||||||
|
|||||||
Reference in New Issue
Block a user