mirror of https://github.com/statping/statping
feat: testing workflow
parent
7169920e9b
commit
95beaaf322
|
@ -14,7 +14,6 @@ RUN yarn build && yarn cache clean
|
||||||
WORKDIR /statping-react
|
WORKDIR /statping-react
|
||||||
COPY ./react-frontend/package.json .
|
COPY ./react-frontend/package.json .
|
||||||
COPY ./react-frontend/yarn.lock .
|
COPY ./react-frontend/yarn.lock .
|
||||||
COPY ./react-frontend/.npmrc .
|
|
||||||
RUN yarn install --pure-lockfile --network-timeout 1000000
|
RUN yarn install --pure-lockfile --network-timeout 1000000
|
||||||
COPY ./react-frontend/ .
|
COPY ./react-frontend/ .
|
||||||
RUN yarn build && yarn cache clean
|
RUN yarn build && yarn cache clean
|
||||||
|
|
Loading…
Reference in New Issue