Commit 2b34b6bc authored by Stefane Fermigier's avatar Stefane Fermigier

fix: proper launch

parent ed1ec5c8
# The package name
PKG=FIXME
......@@ -7,12 +6,13 @@ PKG=FIXME
.PHONY:
all: test lint
#
# Run
#
.PHONY:
run:
gunicorn --bind localhost:3000 app:app
gunicorn -b localhost:3000 --pid server.pid -k uvicorn.workers.UvicornWorker -w 4 mynij_proxy:app
#
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment