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