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