Skip to content

Commit

Permalink
Merge pull request #7 from reverseskate/gunicorn
Browse files Browse the repository at this point in the history
Use gunicorn by default
  • Loading branch information
luckymike authored Oct 12, 2019
2 parents efc451e + 10ea721 commit e463a45
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 e463a45

Please sign in to comment.