Skip to content

Commit

Permalink
Use gunicorn by default
Browse files Browse the repository at this point in the history
  • Loading branch information
luckymike committed Oct 12, 2019
1 parent efc451e commit 10ea721
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ COPY ./grayws ./grayws
RUN pip3 install -r requirements.txt
ENV FLASK_APP=grayws

CMD python3 -m flask run --host=0.0.0.0
CMD gunicorn -w 4 grayws:app --bind=0.0.0.0
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ cfn_flip
deepmerge
dictdiffer
flask
gunicorn
jsondiff
pyyaml

0 comments on commit 10ea721

Please sign in to comment.