This commit is contained in:
Tizian.Breuch
2025-10-09 15:51:25 +02:00
parent b2b554a112
commit 05afac5299

View File

@@ -6,8 +6,7 @@ RUN npm install --legacy-peer-deps
COPY . . COPY . .
RUN npm run build RUN npm run build
# ----- Stage 2: Erstellen eines minimalen Images -----
FROM scratch
COPY --from=build /app/dist/frontend/ #
EXPOSE 80 EXPOSE 80
# ----- Stage 2: Serven der Anwendung mit Nginx ----- # ----- Stage 2: Serven der Anwendung mit Nginx -----