initial commit

This commit is contained in:
eine
2020-05-14 16:58:15 +02:00
commit c9d3643b20
5 changed files with 189 additions and 0 deletions

4
Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM python:alpine
COPY tip.py /tip.py
RUN pip install PyGithub --progress-bar off
ENTRYPOINT ["/tip.py"]