dockerfile
This commit is contained in:
parent
5c96aa8c92
commit
4a15e0b11a
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@ -0,0 +1,8 @@
|
||||
FROM rust:1.85
|
||||
|
||||
WORKDIR /usr/src/mqtt-exporter
|
||||
COPY . .
|
||||
|
||||
RUN cargo install --path .
|
||||
|
||||
CMD ["mqtt-exporter"]
|
Loading…
x
Reference in New Issue
Block a user