mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01: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