2023-05-22 23:40:10 +08:00
|
|
|
FROM rust:1-slim-buster
|
2023-05-21 16:21:07 +08:00
|
|
|
WORKDIR /app
|
2023-06-18 20:29:03 +08:00
|
|
|
COPY ./target/x86_64-unknown-linux-musl/release/network-monitor .
|
2023-05-21 16:21:07 +08:00
|
|
|
|
2023-05-22 16:00:12 +08:00
|
|
|
CMD ["/app/network-monitor"]
|