ci: build.
Some checks failed
Gitea Actions Demo / build (push) Failing after 2s
Gitea Actions Demo / docker (push) Has been skipped

This commit is contained in:
2023-05-21 16:21:07 +08:00
parent 6e06e207dc
commit 511663fb4f
2 changed files with 68 additions and 11 deletions

5
Dockerfile Normal file
View File

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