From 96b89ad06609bd8835a5b68087d69b9fe76bdb76 Mon Sep 17 00:00:00 2001 From: phillip Date: Fri, 8 Aug 2025 20:13:34 +0200 Subject: [PATCH] Dockerfile aktualisiert --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 62ee89d..6ac0c75 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,5 +14,5 @@ RUN rm -rf /usr/share/nginx/html/* COPY --from=builder /app/dist /usr/share/nginx/html COPY nginx.conf /etc/nginx/conf.d/default.conf -EXPOSE 80 +EXPOSE 5173 CMD ["nginx", "-g", "daemon off;"]