This repository has been archived on 2023-09-01. You can view files and clone it, but cannot push or open issues or pull requests.
stromsensor_mailer/Dockerfile
2023-05-01 20:56:21 +02:00

5 lines
96 B
Docker

FROM debian:stable-slim as final
WORKDIR /app
COPY ./target/release/bin ./bin
CMD ["/app/bin"]