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