feat: update Dockerfiles to use Node 25-alpine and enhance nginx configuration for API proxying

This commit is contained in:
Thibault Pouch
2026-03-12 10:59:01 +01:00
parent 4768bd5184
commit 77d57fb354
4 changed files with 16 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
FROM node:22-alpine AS build
FROM node:25-alpine AS build
WORKDIR /app