new features, bookstack

This commit is contained in:
Matthias Hochmeister
2026-03-03 21:45:47 +01:00
parent d3561c1109
commit 926f79b576
3 changed files with 94 additions and 48 deletions

View File

@@ -12,7 +12,7 @@ COPY package*.json .npmrc ./
# Install dependencies (NODE_ENV must not be production so devDependencies are installed)
ENV NODE_ENV=development
ENV PATH="/app/node_modules/.bin:$PATH"
RUN npm install --include=dev
RUN npm ci --registry https://npm.apple.com
# Copy source code
COPY . .