MridulNegi2005 commited on
Commit
4b89f2f
·
1 Parent(s): 3ed8c81

Fix Vite Node.js version requirement

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  # Stage 1: Build the React Frontend
2
- FROM node:18-alpine AS frontend-builder
3
  WORKDIR /app/frontend
4
  COPY frontend/package*.json ./
5
  RUN npm install
 
1
  # Stage 1: Build the React Frontend
2
+ FROM node:22-alpine AS frontend-builder
3
  WORKDIR /app/frontend
4
  COPY frontend/package*.json ./
5
  RUN npm install