I've added build argument for docker to invalidate cache when repository is updated. It's pre-filled from the same remote git repo that is used in Dockerfile: it leverages docker layer cache (won't rebuild if revision is same) and will rebuild if remote repo was updated (even if user haven't fetched changes locally).
Fixes #51.
I've added build argument for docker to invalidate cache when repository is updated. It's pre-filled from the same remote git repo that is used in Dockerfile: it leverages docker layer cache (won't rebuild if revision is same) and will rebuild if remote repo was updated (even if user haven't fetched changes locally).