Commit 72d245a
Exclude node_modules at all depths in Docker builds
The pattern `node_modules` only matches at the root level in
.dockerignore (unlike .gitignore). Use `**/node_modules` to
exclude client/node_modules and avoid copying 22GB to the
build context.1 parent 5d36524 commit 72d245a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
0 commit comments