changeset 9:b1565b9cd1d3

fix docker copy path
author drewp@bigasterisk.com
date Mon, 03 Feb 2020 17:07:52 -0800
parents 1e281ead081a
children c3f5b0236d0f
files Dockerfile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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