Skip to content

Commit

Permalink
Increase yarn network-timeout to try fixing DockerHub builds
Browse files Browse the repository at this point in the history
  • Loading branch information
tlrobinson committed Feb 22, 2019
1 parent f55de96 commit 130bba5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.babel_cache/*
.git/*
docs/*
OSX/*
target/*
Expand Down
1 change: 1 addition & 0 deletions .yarnrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
network-timeout 600000
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 130bba5

Please sign in to comment.