feat: testing workflow

pull/1097/head
smit95tpatel 2022-04-29 13:41:15 +05:30
parent 7169920e9b
commit 95beaaf322
1 changed files with 0 additions and 1 deletions

View File

@ -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