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 61169f09 authored by Pierre Jarriges's avatar Pierre Jarriges
Browse files

Merge branch 'dev' into 'master'

fix dockerfile

See merge request kuadrado-software/kuadrado-website!22
parents 23d1dfa4 0934ac3e
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