From 6880caa4d2d93ee4717a44fe47a280e3a5dc8469 Mon Sep 17 00:00:00 2001 From: phillip Date: Fri, 8 Aug 2025 20:15:06 +0200 Subject: [PATCH] Dockerfile aktualisiert --- Dockerfile | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6ac0c75..50ccbe1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,12 +7,4 @@ RUN npm ci --prefer-offline --no-audit --no-fund COPY . . RUN npm run build - -# Stage 2 — serve with nginx -FROM nginx:stable-alpine AS runtime -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 5173 -CMD ["nginx", "-g", "daemon off;"] +RUN npm run preview \ No newline at end of file