FROM rust:latest WORKDIR /usr/src/go_to_sleep COPY . . RUN cargo build --release CMD ["./target/release/go_to_sleep"]