df
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user