chore: fixed permissions

This commit is contained in:
SamTV12345 2025-10-19 18:11:27 +02:00
parent 06f67b4c01
commit 0d4b765593
2 changed files with 4 additions and 3 deletions

View file

@ -4,9 +4,10 @@
#
# Author: muxator
ARG BUILD_ENV=git
ARG PNPM_VERSION=10.18.3
FROM node:lts-alpine AS adminbuild
RUN npm install -g pnpm@latest
RUN npm install -g pnpm@$PNPM_VERSION
WORKDIR /opt/etherpad-lite
COPY . .
RUN pnpm install
@ -100,7 +101,7 @@ RUN mkdir -p "${EP_DIR}" && chown etherpad:etherpad "${EP_DIR}"
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=863199
RUN \
mkdir -p /usr/share/man/man1 && \
npm install pnpm@latest -g && \
npm install pnpm@$PNPM_VERSION -g && \
apk update && apk upgrade && \
apk add --no-cache \
ca-certificates \

View file

@ -48,7 +48,7 @@
"type": "git",
"url": "https://github.com/ether/etherpad-lite.git"
},
"packageManager": "pnpm@10.18.0",
"packageManager": "pnpm@10.18.3",
"engineStrict": true,
"version": "2.5.1",
"license": "Apache-2.0"