fix: yarn timeout issue for arm64 docker builds
ref: https://github.com/docker/build-push-action/issues/471
This commit is contained in:
parent
86891c3030
commit
109c71dc7d
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ RUN if [ "$RAILS_ENV" = "production" ]; then \
|
|||
fi
|
||||
|
||||
COPY package.json yarn.lock ./
|
||||
RUN yarn install
|
||||
RUN yarn install --frozen-lockfile --network-timeout 1000000
|
||||
|
||||
COPY . /app
|
||||
|
||||
|
|
Loading…
Reference in a new issue