network-monitor/Dockerfile
Ivan Li 48339cb574
Some checks failed
Gitea Actions Demo / build (push) Failing after 1m44s
ci: musl target.
2023-06-18 19:52:42 +08:00

6 lines
107 B
Docker

FROM rust:1-slim-buster
WORKDIR /app
COPY ./target/release/network-monitor .
CMD ["/app/network-monitor"]