diff --git a/Dockerfile b/Dockerfile index 30fdb5b..d56c2fd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,9 @@ WORKDIR /app COPY package.json /app/ +COPY .npmrc /app/ +RUN yarn config set "strict-ssl" false + RUN yarn install COPY . /app