feat: update Dockerfiles to use Node 25-alpine and enhance nginx configuration for API proxying
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM node:22-alpine AS build
|
||||
FROM node:25-alpine AS build
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user