+2
-2
@@ -5,8 +5,8 @@ WORKDIR /app
|
|||||||
|
|
||||||
COPY package.json package-lock.json ./
|
COPY package.json package-lock.json ./
|
||||||
|
|
||||||
RUN npm config set registry https://mirror-npm.runflare.com
|
# RUN npm config set registry https://mirror-npm.runflare.com
|
||||||
RUN npm config set strict-ssl false
|
# RUN npm config set strict-ssl false
|
||||||
|
|
||||||
RUN npm ci
|
RUN npm ci
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user