diff --git a/Dockerfile b/Dockerfile index f3ce77e..ae8c7b9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ COPY package*.json ./ RUN npm install --legacy-peer-deps COPY . . # Ersetze 'frontend', falls dein Projekt in angular.json anders heißt! -RUN npm run build -- --configuration production +RUN npm run build --configuration production # ----- Stage 2: Erstellen eines minimalen Images mit den Build-Artefakten ----- # Wir starten von einem extrem kleinen, leeren Image.