changed production stage from debian to alpine

This commit is contained in:
2025-10-22 20:16:45 +02:00
parent dcac0307a2
commit 4b699b05d3

View File

@@ -46,7 +46,7 @@ COPY frontend/public/ ./public/
RUN npm run build RUN npm run build
# Production stage # Production stage
FROM node:20-bullseye FROM node:20-alpine
WORKDIR /app WORKDIR /app