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

6 lines
141 B
Docker
Raw Permalink Normal View History

2023-05-01 20:56:21 +02:00
FROM debian:stable-slim as final
WORKDIR /app
2023-05-01 21:01:48 +02:00
COPY ./target/release/stromsensor_mailer ./stromsensor_mailer
CMD ["/app/stromsensor_mailer"]