This commit is contained in:
Tizian.Breuch
2025-10-09 12:31:19 +02:00
parent 9943297746
commit ce2604032a

View File

@@ -3,7 +3,7 @@
FROM node:20-alpine AS build FROM node:20-alpine AS build
WORKDIR /app WORKDIR /app
COPY package*.json ./ COPY package*.json ./
RUN npm install RUN npm install --legacy-peer-deps
COPY . . COPY . .
# Ersetze 'frontend', falls dein Projekt in angular.json anders heißt! # Ersetze 'frontend', falls dein Projekt in angular.json anders heißt!
RUN npm run build -- --configuration production RUN npm run build -- --configuration production