This commit is contained in:
@@ -2,4 +2,4 @@ FROM alpine:latest
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY ./target/release/network-monitor .
|
COPY ./target/release/network-monitor .
|
||||||
|
|
||||||
CMD ["./network-monitor"]
|
CMD ["/app/network-monitor"]
|
||||||
|
Reference in New Issue
Block a user