From 3b6dc3f6c854637b1efe73c48bad3367aef0a4a2 Mon Sep 17 00:00:00 2001 From: "Tizian.Breuch" Date: Thu, 9 Oct 2025 13:42:42 +0200 Subject: [PATCH] df --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 39af26b..90a0129 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,4 +8,5 @@ RUN npm run build # ----- Stage 2: Erstellen eines minimalen Images ----- FROM scratch -COPY --from=build /app/dist/frontend/ # \ No newline at end of file +COPY --from=build /app/dist/frontend/ # +EXPOSE 80 \ No newline at end of file