docker builder and test fixes

This commit is contained in:
2026-03-09 12:47:52 +01:00 Verified
parent 0b3f857f50
commit fb3c7bc831
4 changed files with 174 additions and 116 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ COPY . .
RUN npm run build
# Stage 2: Serve static files with Nginx
FROM nginx:stable-alpine
FROM nginx:alpine
COPY nginx.conf /etc/nginx/conf.d/default.conf
COPY --from=build /app/dist /usr/share/nginx/html