Checkout the repository with git
This changes the build process even further. Instead
f using `wget` to fetch the current code, `git` is used.
This allows for faster switching between branches,
because only the differences between them have to be
fetched from the server.

But the main advantage is that the build cache can
finally be used as designed by Docker. Repetitive
builds are very fast now. This is also true between
branches and tags, as long as the `requirements.txt`
file doesn't change.
1 parent f3b9c34 commit 20109c3392bef62ae50e6de6d4a5369eff1ec66c
@Christian Mäder Christian Mäder authored on 15 Oct 2019
Showing 5 changed files
View
Dockerfile
View
README.md
View
build-all.sh
View
build-latest.sh
View
build.sh