mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 06:03:34 +01:00
Removed call to .git
This commit is contained in:
parent
b158c6175f
commit
f4a8fc9544
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue