Commit 054f273
committed
Ignore large build folders in Docker builds
On my system `docker build` uploads about 2GB of data from Dune's
`_build` and OPAM's `_opam` folder which takes a long time and isn't
needed as the Docker image builds the code from scratch.
This PR includes it so it only takes a few seconds to start building the
container.1 parent 7722cbc commit 054f273
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
0 commit comments