update build paths

This commit is contained in:
Matthias Hochmeister
2026-02-26 15:09:27 +01:00
parent 3287bfe532
commit ac7572213c
3 changed files with 5 additions and 1 deletions

2
backend/.npmrc Normal file
View File

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

2
frontend/.npmrc Normal file
View File

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

View File

@@ -7,7 +7,7 @@ FROM node:20-alpine AS builder
WORKDIR /app WORKDIR /app
# Copy package files for dependency installation # Copy package files for dependency installation
COPY package*.json ./ COPY package*.json .npmrc ./
# Install dependencies # Install dependencies
RUN npm ci --include=dev RUN npm ci --include=dev