chore(docker): tweak deployment docs and scripts; update package metadata

This commit is contained in:
2026-01-11 23:20:34 +01:00
parent 3854a3e302
commit 1678bcaced
4 changed files with 37 additions and 37 deletions

View File

@@ -8,7 +8,7 @@ WORKDIR /app
# Install dependencies based on the preferred package manager
COPY package.json package-lock.json* ./
RUN npm ci --legacy-peer-deps
RUN npm ci
# Rebuild the source code only when needed
FROM base AS builder