update
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ FROM node:20 AS builder
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN npm config set registry "https://hub.megan.ir/npm/"
|
||||
# RUN npm config set registry "https://hub.megan.ir/npm/"
|
||||
|
||||
RUN npm install -g pnpm
|
||||
COPY package.json pnpm-lock.yaml ./
|
||||
|
||||
Reference in New Issue
Block a user