FROM rustlang/rust:nightly WORKDIR /app COPY Cargo.toml ./ COPY src ./src COPY templates ./templates RUN cargo build --release