updated front-end node

This commit is contained in:
2025-12-08 16:33:44 -05:00
parent aba5094eed
commit 28eb36f11b

View File

@@ -1,5 +1,5 @@
# Stage 1: Build the app
FROM node:18-alpine AS build
FROM node:22-alpine AS build
WORKDIR /app
COPY package*.json ./
RUN npm install