diff --git a/Dockerfile.base b/Dockerfile.base index 152b7ef3..1b62e9cb 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -14,7 +14,6 @@ RUN yarn build && yarn cache clean WORKDIR /statping-react COPY ./react-frontend/package.json . COPY ./react-frontend/yarn.lock . -COPY ./react-frontend/.npmrc . RUN yarn install --pure-lockfile --network-timeout 1000000 COPY ./react-frontend/ . RUN yarn build && yarn cache clean