From fb7ad7854d08acbad61c13a49eb305df005de593 Mon Sep 17 00:00:00 2001 From: Tommy Date: Sun, 15 Oct 2023 04:30:40 -0700 Subject: [PATCH] Remove .git --- Dockerfile | 1 + 1 file changed, 1 insertion(+) 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