1
0
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:
sjaanus 2022-08-29 13:00:04 +00:00 committed by GitHub
parent 2d492c1b66
commit 644fdc6709
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,8 @@ WORKDIR /unleash
COPY . /unleash COPY . /unleash
RUN yarn config set network-timeout 300000
RUN yarn install --frozen-lockfile && yarn run local:package RUN yarn install --frozen-lockfile && yarn run local:package
WORKDIR /unleash/docker WORKDIR /unleash/docker