aboutsummaryrefslogtreecommitdiff
path: root/app/build/plume/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'app/build/plume/Dockerfile')
-rw-r--r--app/build/plume/Dockerfile4
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