resolve build error

This commit is contained in:
Matthias Hochmeister
2026-02-26 16:08:27 +01:00
parent 971ce3850c
commit 6c24077148
3 changed files with 1044 additions and 260 deletions

View File

@@ -1,2 +1 @@
registry=https://registry.npmjs.org/
omit-lockfile-registry-resolved=true

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 -g npm@latest
RUN npm install -g npm@10.9.2
RUN npm ci --include=dev
# Copy source code

File diff suppressed because it is too large Load Diff