diff --git a/bin/run_server_locally b/bin/run_server_locally index 6da98e91..e111717c 100755 --- a/bin/run_server_locally +++ b/bin/run_server_locally @@ -18,4 +18,4 @@ fi export FLASK_SESSION_SECRET_KEY=super_secret_key -FLASK_APP=src/spiffworkflow_backend poetry run flask run +FLASK_APP=src/spiffworkflow_backend poetry run flask run -p 5010