mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-08 08:01:02 -04:00
Added pnpm
This commit is contained in:
parent
96c81906cb
commit
b2909a7be5
19 changed files with 5643 additions and 9862 deletions
|
@ -79,7 +79,7 @@ USER root
|
|||
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=863199
|
||||
RUN \
|
||||
mkdir -p /usr/share/man/man1 && \
|
||||
npm install npm@6 -g && \
|
||||
npm install pnpm -g && \
|
||||
apk update && apk upgrade && \
|
||||
apk add \
|
||||
ca-certificates \
|
||||
|
@ -122,4 +122,4 @@ WORKDIR /opt/etherpad-lite
|
|||
HEALTHCHECK --interval=20s --timeout=3s CMD ["etherpad-healthcheck"]
|
||||
|
||||
EXPOSE 9001
|
||||
CMD ["npm", "run", "prod", "--prefix", "./src"]
|
||||
CMD ["npm", "run", "prod", "--prefix", "./src"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue