forked from TykTechnologies/tyk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TT-9060] Improvement: Restructure dockerfile to take advantage of ca…
…ching (TykTechnologies#5060) Change removes the `--no-cache` option for docker build. The Dockerfile is modified so that `go mod download` gets cached in it's own layer. Only if the contents of go.sum or go.mod are modified, that layer will be rebuilt. Co-authored-by: Tit Petric <[email protected]>
- Loading branch information
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters