master
حسین معصومی پور 2024-02-16 20:04:24 +03:30
parent 01c8c39bb6
commit a3ead155c9
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ RUN npm install -g pnpm
WORKDIR /app
COPY package-lock.json ./
COPY package.json ./
RUN npm install
RUN npm install --force
FROM node:20-alpine3.18 AS builder