Mercurial > code > home > repos > gcalendarwatch
diff Dockerfile @ 16:a87969972d85
lib updates, auth update and cleanup, reformat
author | drewp@bigasterisk.com |
---|---|
date | Sun, 13 Sep 2020 23:31:25 -0700 |
parents | 72ebd60d640e |
children | 9eb6b4806272 |
line wrap: on
line diff
--- a/Dockerfile Sun Sep 13 14:35:37 2020 -0700 +++ b/Dockerfile Sun Sep 13 23:31:25 2020 -0700 @@ -18,8 +18,9 @@ # 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.py *.credentials *.conf *.html *.json *.dat ./ +COPY *.py *.conf *.html *.json ./ +COPY credentials credentials EXPOSE 9105 -CMD [ "python3", "gcalendarwatch.py" ] +CMD [ "python3", "gcalendarwatch.py", "-v" ]