updated front-end node
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# Stage 1: Build the app
|
# Stage 1: Build the app
|
||||||
FROM node:18-alpine AS build
|
FROM node:22-alpine AS build
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY package*.json ./
|
COPY package*.json ./
|
||||||
RUN npm install
|
RUN npm install
|
||||||
|
|||||||
Reference in New Issue
Block a user