mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-07 07:37:11 -04:00
remove unneeded docker parts
This commit is contained in:
parent
b96bf1516b
commit
d3c4eaf4f6
1 changed files with 0 additions and 3 deletions
|
@ -76,7 +76,6 @@ RUN \
|
|||
ca-certificates \
|
||||
curl \
|
||||
git \
|
||||
openssh \
|
||||
${INSTALL_ABIWORD:+abiword abiword-plugin-command} \
|
||||
${INSTALL_SOFFICE:+libreoffice openjdk8-jre libreoffice-common}
|
||||
|
||||
|
@ -123,8 +122,6 @@ COPY --chown=etherpad:etherpad ${SETTINGS} "${EP_DIR}"/settings.json
|
|||
# Fix group permissions
|
||||
RUN chmod -R g=u .
|
||||
|
||||
USER root
|
||||
RUN cd src && npm link
|
||||
USER etherpad
|
||||
|
||||
HEALTHCHECK --interval=5s --timeout=3s \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue