diff --git a/Dockerfile b/Dockerfile index 5a322f517c..984048501f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,8 @@ WORKDIR /unleash COPY . /unleash +RUN yarn config set network-timeout 300000 + RUN yarn install --frozen-lockfile && yarn run local:package WORKDIR /unleash/docker