set higher network timeout in yarn

This commit is contained in:
Jonas Leder 2022-02-25 16:08:23 +01:00
parent b5a37776e8
commit 947e64d94c

View file

@ -6,7 +6,7 @@ WORKDIR /build
COPY . .
RUN mkdir public/js
RUN mkdir public/css
RUN yarn install
RUN yarn install --network-timeout 1000000
RUN yarn compile
# |--------------------------------------------------------------------------