This commit is contained in:
parent
e90bed71b9
commit
688156bc59
@ -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"]
|
||||||
|
Loading…
Reference in New Issue
Block a user