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 21:01:48 +02:00

5 lines
141 B
Docker

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