WalletConnect / py-walletconnect-bridge

WalletConnect Bridge Python Implementation
GNU Lesser General Public License v3.0
72 stars 22 forks source link

invalidate cache when remote repository is updated #54

Closed evgeniuz closed 5 years ago

evgeniuz commented 5 years ago

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).

pedrouid commented 5 years ago

Awesome! Works great. Thanks your work @evgeniuz 👍

Sent with GitHawk