Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
saadmk11 committed Sep 2, 2020
1 parent d8b3f23 commit 5dd7289
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ LABEL "maintainer"="saadmk11"

RUN pip install requests

COPY entrypoint.sh /entrypoint.sh
COPY changelog-ci.py /changelog-ci.py

RUN ["chmod", "+x", "/entrypoint.sh"]
ENTRYPOINT ["/entrypoint.sh"]
RUN ["chmod", "+x", "/changelog-ci.py"]
ENTRYPOINT ["python", "/changelog-ci.py"]

0 comments on commit 5dd7289

Please sign in to comment.