Skip to content

Commit

Permalink
nonsense
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Cui committed Sep 14, 2018
1 parent 16495a7 commit 14c9ddd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ RUN apk add --update --no-cache python3 && \
mkdir /webhook
COPY webhook.py /webhook
#VOLUME [ "/webhook" ]
#CMD "/webhook/webhook.py"
CMD "/webhook/webhook.py"
2 changes: 1 addition & 1 deletion webhook.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,4 @@ def on_issue_comment(data):
issue_obj.edit(state="closed")

if __name__ == "__main__":
app.run(host="0.0.0.0", port=8808, debug=True)
app.run(host="0.0.0.0", port=8808, debug=False)

0 comments on commit 14c9ddd

Please sign in to comment.