diff --git a/Dockerfile b/Dockerfile index b4e3cb1..55deaa5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,6 +20,7 @@ COPY element.patch /home/matrix-to/matrix.to WORKDIR /home/matrix-to/matrix.to RUN git apply /home/matrix-to/matrix.to/element.patch \ + && rm -rf .git \ && yarn \ && yarn build