Added pnpm

This commit is contained in:
SamTV12345 2024-02-10 14:25:58 +01:00
parent 96c81906cb
commit b2909a7be5
19 changed files with 5643 additions and 9862 deletions

View file

@ -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"]