updated front-end node
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user