chore: miscellaneous fixes

This commit is contained in:
2026-01-11 23:26:55 +01:00
parent 1678bcaced
commit bee5234944
3 changed files with 600 additions and 111 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
RUN npm install --legacy-peer-deps
# Rebuild the source code only when needed
FROM base AS builder

File diff suppressed because it is too large Load Diff