Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
chore(docker): ignore build cache (#1341)
Browse files Browse the repository at this point in the history
it can grow to hundreds of MBs
ignoring reduces the context transfer by two orders of magnitude
  • Loading branch information
PixnBits authored Mar 26, 2024
1 parent c3db195 commit 8e543f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ one*.tgz
lib
.webpack-stats*
.build-meta.json
.build-cache
.build-stats
bundle.integrity.manifest.json
*.md
test-setup.js
Expand Down

0 comments on commit 8e543f4

Please sign in to comment.