mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-26 13:48:33 +02:00
Fix docker failing (#1993)
This commit is contained in:
parent
2d492c1b66
commit
644fdc6709
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user