gupaxx/Dockerfile
2024-06-04 12:21:49 +03:30

7 lines
68 B
Docker

FROM rust:latest
WORKDIR /app
COPY . .
RUN cargo build --release