diff --git a/Makefile b/Makefile index 6bbfdd4..5e2d3c4 100644 --- a/Makefile +++ b/Makefile @@ -38,4 +38,6 @@ deploy_service: dagster-webserver -h 0.0.0.0 -p 3001 && dagster-daemon run deploy_api: - python -m uvicorn vortex.api:app --reload && ngrok http 8000 \ No newline at end of file + python -m uvicorn vortex.api:app --port 10000 & + +# && ngrok http 10000