This commit is contained in:
parent
b7b060880c
commit
8a04618ee7
@ -1,5 +1,5 @@
|
|||||||
FROM rust:1-slim-buster
|
FROM rust:1-slim-buster
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY ./target/release/network-monitor .
|
COPY ./network-monitor .
|
||||||
|
|
||||||
CMD ["/app/network-monitor"]
|
CMD ["/app/network-monitor"]
|
||||||
|
Loading…
Reference in New Issue
Block a user