diff --git a/Makefile.local b/Makefile.local index 6c5cd859..4937f1f8 100644 --- a/Makefile.local +++ b/Makefile.local @@ -1,10 +1,10 @@ TOOL=pandoc run: # works with the default ~/.config/swh/webapp/webapp.yml file cd swh/web && python3 manage.py runserver run-prod: - gunicorn3 swh.web.wsgi + gunicorn3 -b 127.0.0.1:5004 swh.web.wsgi doc: cd swh/web/api/templates/includes/ && pandoc -o apidoc-header.html apidoc-header.md