This commit is contained in:
Tizian.Breuch
2025-10-09 14:10:13 +02:00
parent 9b35a5ed6c
commit 0be9ebc6f3

View File

@@ -10,3 +10,4 @@ RUN npm run build
FROM scratch FROM scratch
COPY --from=build /app/dist/frontend/ # COPY --from=build /app/dist/frontend/ #
EXPOSE 80 EXPOSE 80
# ----- Stage 2: Serven der Anwendung mit Nginx -----