diff options
author | Quentin <quentin@deuxfleurs.fr> | 2021-01-07 11:09:29 +0100 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2021-01-07 11:09:29 +0100 |
commit | ba3d84a1de4d392a22b66d90de21876720391728 (patch) | |
tree | 56ded70580a4b6a59d0f03e01fad9fda4224c30b /app/build/plume/Dockerfile | |
parent | 7508a10a718f9be8eeef1fcf66fad855ce0654c1 (diff) | |
download | infrastructure-ba3d84a1de4d392a22b66d90de21876720391728.tar.gz infrastructure-ba3d84a1de4d392a22b66d90de21876720391728.zip |
Upgrade plume
Diffstat (limited to 'app/build/plume/Dockerfile')
-rw-r--r-- | app/build/plume/Dockerfile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app/build/plume/Dockerfile b/app/build/plume/Dockerfile index 9199e1e..4e05424 100644 --- a/app/build/plume/Dockerfile +++ b/app/build/plume/Dockerfile @@ -19,7 +19,7 @@ RUN apt-get update && \ ARG VERSION WORKDIR /opt -RUN git clone -n https://git.deuxfleurs.fr/Deuxfleurs/plume.git +RUN git clone -n https://git.joinplu.me/Plume/Plume.git plume WORKDIR /opt/plume RUN git checkout ${VERSION} @@ -52,5 +52,3 @@ COPY --from=builder /usr/local/cargo/bin/plume /usr/local/bin/ COPY plm-start /usr/local/bin/ CMD ["plm-start"] - -EXPOSE 7878 |