# HG changeset patch # User drewp@bigasterisk.com # Date 1580778472 28800 # Node ID b1565b9cd1d3331628784e2de87a223206d68486 # Parent 1e281ead081a33ac5f68c4e5979066d1a536450e fix docker copy path diff -r 1e281ead081a -r b1565b9cd1d3 Dockerfile --- a/Dockerfile Mon Feb 03 16:52:23 2020 -0800 +++ b/Dockerfile Mon Feb 03 17:07:52 2020 -0800 @@ -7,7 +7,7 @@ # not sure why this doesn't work from inside requirements.txt RUN pip3 install --index-url https://projects.bigasterisk.com/ --extra-index-url https://pypi.org/simple -U 'https://github.com/drewp/cyclone/archive/python3.zip?v2' -COPY gcalendarwatch *.credentials *.conf *.html *.json *.dat ./ +COPY gcalendarwatch.py *.credentials *.conf *.html *.json *.dat ./ EXPOSE 9105