Skip to content
Snippets Groups Projects
Commit 59a07726 authored by Rivers, Travis (Contractor) Creighton's avatar Rivers, Travis (Contractor) Creighton
Browse files

fix line

parent 86ae3fef
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,6 @@ if [ $WEBSERVICE = 'false' ]; then ...@@ -15,6 +15,6 @@ if [ $WEBSERVICE = 'false' ]; then
--port=8000 --port=8000
else else
# run gunicorn server for web service # run gunicorn server for web service
exec pipenv run gunicorn --bind 0.0.0.0:8000 -w 4 -k uvicorn.workers.UvicornWorker geomagio.api.app:app exec pipenv run gunicorn --bind 0.0.0.0:8000 -w 4 -k uvicorn.workers.UvicornWorker geomagio.api.app:app
fi fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment