1
0
mirror of https://github.com/tommytran732/Matrix.to-Docker synced 2024-07-26 15:22:08 -04:00

Remove .git

This commit is contained in:
Tommy 2023-10-15 04:30:40 -07:00 committed by GitHub
parent 81ffe56620
commit fb7ad7854d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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