tip: prepare for merging into pyTooling/Actions

This commit is contained in:
umarcor
2021-12-02 02:54:41 +01:00
parent 7bc8117e1d
commit 4df89a2f6a
7 changed files with 1 additions and 1 deletions

4
tip/Dockerfile Normal file
View File

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