This commit is contained in:
Tizian.Breuch
2025-10-09 12:27:34 +02:00
parent 884026ce08
commit 9943297746

View File

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