changed alpine production build to debian prod build

This commit is contained in:
2025-10-22 21:22:09 +02:00
parent 017f5fb2e0
commit 5c6a50ddcf

View File

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