mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
remove npm cache from image
This commit is contained in:
parent
a9a3bf9bd2
commit
070a5fd74f
1 changed files with 2 additions and 1 deletions
|
@ -44,7 +44,8 @@ RUN echo "Getting version: ${ETHERPAD_VERSION}" && \
|
||||||
WORKDIR /opt/etherpad-lite
|
WORKDIR /opt/etherpad-lite
|
||||||
|
|
||||||
# install node dependencies for Etherpad
|
# install node dependencies for Etherpad
|
||||||
RUN bin/installDeps.sh
|
RUN bin/installDeps.sh && \
|
||||||
|
rm -rf ~/.npm/_cacache
|
||||||
|
|
||||||
# Install the plugins, if ETHERPAD_PLUGINS is not empty.
|
# Install the plugins, if ETHERPAD_PLUGINS is not empty.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue