Skip to content
Snippets Groups Projects
Unverified Commit f1c580a1 authored by Tom Robinson's avatar Tom Robinson Committed by GitHub
Browse files

Merge pull request #9478 from metabase/fix-dockerhub-builds

Increase yarn network-timeout
parents 7e2dc214 130bba51
Branches
Tags
No related merge requests found
.babel_cache/*
.git/*
docs/*
OSX/*
target/*
......
network-timeout 600000
......@@ -30,7 +30,7 @@ ADD project.clj .
RUN lein deps
# frontend dependencies
ADD yarn.lock package.json ./
ADD yarn.lock package.json .yarnrc ./
RUN yarn
# add the rest of the source
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment