From 95beaaf322c459eaa8f4bf82d82bec75adb350ee Mon Sep 17 00:00:00 2001 From: smit95tpatel Date: Fri, 29 Apr 2022 13:41:15 +0530 Subject: [PATCH] feat: testing workflow --- Dockerfile.base | 1 - 1 file changed, 1 deletion(-) 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