thp / urlwatch

Watch (parts of) webpages and get notified when something changes via e-mail, on your phone or via other means. Highly configurable.
https://thp.io/2008/urlwatch/
Other
2.81k stars 352 forks source link

Dockerfile: OPT_PYPKGS should be build arg, not env #756

Closed PeterDaveHello closed 1 year ago

PeterDaveHello commented 1 year ago

build arg can be passed when building Docker image, and won't left after image build

thp commented 1 year ago

Merged, thanks!