Update entrypoint
This commit is contained in:
parent
d73557c33a
commit
754ec11bc0
2 changed files with 3 additions and 2 deletions
|
|
@ -15,4 +15,4 @@ COPY requirements.txt /tmp/
|
|||
RUN pip install --requirement /tmp/requirements.txt
|
||||
|
||||
COPY create-pull-request.py /create-pull-request.py
|
||||
ENTRYPOINT [ "python", "/create-pull-request.py" ]
|
||||
ENTRYPOINT [ "/create-pull-request.py" ]
|
||||
Loading…
Add table
Add a link
Reference in a new issue