This commit is contained in:
parent
48339cb574
commit
29c5c85156
@ -1,5 +1,5 @@
|
|||||||
FROM rust:1-slim-buster
|
FROM rust:1-slim-buster
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY ./target/release/network-monitor .
|
COPY ./target/x86_64-unknown-linux-musl/release/network-monitor .
|
||||||
|
|
||||||
CMD ["/app/network-monitor"]
|
CMD ["/app/network-monitor"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user