mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 11:06:56 +08:00
Tip/Dockerfile: use CMD instead of ENTRYPOINT
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user