1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-21 13:23:09 +00:00

Add hints about Docker caching (#255)

* tweaking for docker caching
* tweaks to contributing
This commit is contained in:
Felix Bartels
2019-10-09 19:46:54 +02:00
committed by GitHub
parent bf114ecd51
commit b840e66418
2 changed files with 8 additions and 5 deletions
+3 -2
View File
@@ -5,5 +5,6 @@ email, or any other method with the owners of this repository before making a ch
Please see https://github.com/zokradonh/kopano-docker/blob/master/README.md#when-building-my-own-containers-how-can-i-make-sure-my-build-works-as-expected for testing remakrs
Speeding up testing rebuilds:
- `make vcs_ref=invalid build-web`
To speed up testing rebuilds you can override the git hash that is passed as a build argument.
Example: `make vcs_ref=invalid build-web` or `make vcs_ref=invalid build-all`