Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 0934ac3e authored by Pierre Jarriges's avatar Pierre Jarriges
Browse files

fix dockerfile

parent 23a4ecc9
No related branches found
No related tags found
No related merge requests found
FROM kuadsoft/rust-openssl:latest as builder
WORKDIR /usr/src/kuadrado_server
COPY . .
COPY ./Cargo.toml ./Cargo.toml
COPY ./Cargo.lock ./Cargo.lock
COPY ./src ./src
RUN cargo build
RUN cargo install --path .
FROM kuadsoft/debian-openssl:buster-slim
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment