diff --git a/Dockerfile b/Dockerfile index 8530755..3eca527 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,8 +5,8 @@ WORKDIR /app 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://mirror-npm.runflare.com +# RUN npm config set strict-ssl false RUN npm ci