update docker file of front

This commit is contained in:
Parsa Nazer
2025-03-06 20:08:08 +03:30
parent 6802ed4092
commit 65077a688e
+1 -1
View File
@@ -1,7 +1,7 @@
FROM node:20-alpine as build-stage FROM node:20-alpine as build-stage
WORKDIR /app WORKDIR /app
COPY package*.json ./ COPY package*.json ./
RUN npm install RUN npm install --force
COPY . . COPY . .
RUN npm run build RUN npm run build