ci: dockerfile.
All checks were successful
Gitea Actions Demo / build (push) Successful in 1m52s

This commit is contained in:
Ivan Li 2023-05-22 16:00:12 +08:00
parent e90bed71b9
commit 688156bc59

View File

@ -2,4 +2,4 @@ FROM alpine:latest
WORKDIR /app
COPY ./target/release/network-monitor .
CMD ["./network-monitor"]
CMD ["/app/network-monitor"]