network-monitor/Dockerfile
Ivan Li 29c5c85156
Some checks failed
Gitea Actions Demo / build (push) Failing after 1m24s
ci: musl target.
2023-06-18 12:29:03 +00:00

6 lines
133 B
Docker

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