mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
initial commit
This commit is contained in:
4
Dockerfile
Normal file
4
Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM python:alpine
|
||||
COPY tip.py /tip.py
|
||||
RUN pip install PyGithub --progress-bar off
|
||||
ENTRYPOINT ["/tip.py"]
|
||||
Reference in New Issue
Block a user