Skip to content

Commit

Permalink
fix: port so it doesnt overlap with airplay server on OSX
Browse files Browse the repository at this point in the history
Signed-off-by: Akiff Manji <amanji@petridish.dev>
  • Loading branch information
amanji committed Nov 1, 2023
1 parent 0b3b60b commit 9763a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion legal-api/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 #
Expand Down

0 comments on commit 9763a17

Please sign in to comment.