mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-01-23 02:35:34 +00:00
chore: fixed permissions
This commit is contained in:
parent
06f67b4c01
commit
0d4b765593
2 changed files with 4 additions and 3 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue