instantiate newrelic in gunicorn_entry.py

This commit is contained in:
Kenneth Kehl
2025-07-29 08:15:43 -07:00
parent 814d08af2b
commit c8a559f0e5
4 changed files with 8 additions and 3 deletions

View File

@@ -42,7 +42,7 @@ watch-frontend: ## Build frontend and watch for changes
.PHONY: run-flask
run-flask: ## Run flask
poetry run newrelic-admin run-program flask run -p 6012 --host=0.0.0.0
poetry run flask run -p 6012 --host=0.0.0.0
.PHONY: run-flask-bare
run-flask-bare: ## Run flask without invoking poetry so we can override ENV variables in .env