From 5c6a50ddcf5890c1dc10c051631e4ea19f9a266d Mon Sep 17 00:00:00 2001 From: donpat1to Date: Wed, 22 Oct 2025 21:22:09 +0200 Subject: [PATCH] changed alpine production build to debian prod build --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ab5dd99..a1e17d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -49,7 +49,7 @@ COPY frontend/public/ ./public/ RUN npm run build # Production stage -FROM node:20-alpine +FROM node:20-bookworm WORKDIR /app