diff --git a/Dockerfile b/Dockerfile index 0cb258d..3a84eac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ COPY package.json package-lock.json ./ # RUN npm config set registry https://mirror-npm.runflare.com # RUN npm config set strict-ssl false -RUN npm config set registry https://package-mirror.liara.ir/repository/npm/ --global +RUN npm config set registry https://registry.npmjs.org/ --global RUN npm config set strict-ssl false RUN npm ci