mirror of
https://github.com/pesde-pkg/pesde.git
synced 2024-12-12 11:00:36 +00:00
9 lines
No EOL
95 B
Docker
9 lines
No EOL
95 B
Docker
FROM rust:1.76
|
|
|
|
COPY . .
|
|
|
|
WORKDIR /registry
|
|
|
|
RUN cargo install --path .
|
|
|
|
CMD ["pesde-registry"] |