Adjust port

This commit is contained in:
Marian Steinbach 2018-02-04 22:22:29 +01:00
parent 3620a53ed7
commit b945a0382c

View file

@ -1,6 +1,6 @@
serve:
gunicorn --reload api.main:app
gunicorn --reload -b 0.0.0.0:5000 api.main:app
test:
pytest tests