fix: yarn - increase network timeout in Dockerfile
ci/woodpecker/tag/docker Pipeline was successful Details

This commit is contained in:
Dawid Wysokiński 2023-08-19 09:03:16 +02:00
parent d6d74aac6e
commit 3f512ba34a
Signed by: Kichiyaki
GPG Key ID: B5445E357FB8B892
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ RUN apk --no-cache add shadow \
WORKDIR /usr/src/app
COPY package.json yarn.lock ./
RUN yarn
RUN yarn --network-timeout 300000
COPY . ./
ENV NODE_ENV=production