diff --git a/service/Makefile b/service/Makefile index 00f4509..2acb447 100644 --- a/service/Makefile +++ b/service/Makefile @@ -1,6 +1,6 @@ serve: - gunicorn --reload api.main:app + gunicorn --reload -b 0.0.0.0:5000 api.main:app test: pytest tests