pesde/Dockerfile
2024-03-04 21:18:49 +01:00

9 lines
No EOL
95 B
Docker

FROM rust:1.76
COPY . .
WORKDIR /registry
RUN cargo install --path .
CMD ["pesde-registry"]