From f4a8fc95445c4b6302a76cdd575f6dbe884d1b8c Mon Sep 17 00:00:00 2001 From: SamTV12345 <40429738+samtv12345@users.noreply.github.com> Date: Thu, 2 Jan 2025 20:19:10 +0100 Subject: [PATCH] Removed call to .git --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0db761d2b62..ed559bd7295 100644 --- a/Dockerfile +++ b/Dockerfile @@ -114,8 +114,6 @@ USER etherpad WORKDIR "${EP_DIR}" # etherpads version feature requires this. Only copy what is really needed -COPY --chown=etherpad:etherpad ./.git/HEA[D] ./.git/HEAD -COPY --chown=etherpad:etherpad ./.git/ref[s] ./.git/refs COPY --chown=etherpad:etherpad ${SETTINGS} ./settings.json COPY --chown=etherpad:etherpad ./var ./var COPY --chown=etherpad:etherpad ./bin ./bin