diff --git a/tip/Dockerfile b/tip/Dockerfile index 7b41545..3079fa5 100644 --- a/tip/Dockerfile +++ b/tip/Dockerfile @@ -1,4 +1,4 @@ FROM python:3.9-slim-bullseye COPY tip.py /tip.py RUN pip install PyGithub --progress-bar off -ENTRYPOINT ["/tip.py"] +CMD ["/tip.py"]