3179d98e12 ^
1 2 3 4 5 6
FROM python:3.7-alpine RUN pip install pygithub ADD entrypoint.py /entrypoint.py ENTRYPOINT ["/entrypoint.py"]