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

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