Dockerfile aktualisiert
This commit is contained in:
+1
-9
@@ -7,12 +7,4 @@ RUN npm ci --prefer-offline --no-audit --no-fund
|
|||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
RUN npm run preview
|
||||||
# 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;"]
|
|
||||||
Reference in New Issue
Block a user