diff --git a/legal-api/Makefile b/legal-api/Makefile index 37e2570c84..8417b823cc 100644 --- a/legal-api/Makefile +++ b/legal-api/Makefile @@ -131,7 +131,7 @@ tag: push ## tag image # COMMANDS - Local # ################################################################################# run: ## Run the project in local - . venv/bin/activate && python -m flask run -p 5000 + . venv/bin/activate && python -m flask run -p 5050 ################################################################################# # Self Documenting Commands #