From c6854a94fbb2562bde162c9028bef027ca12aabe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9l=C3=A8ne=20Martin?= Date: Wed, 14 Feb 2024 13:28:01 -0800 Subject: [PATCH] Use port 5001 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 35e22c2..68dd9fd 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ pyxform-http is a Flask-based web service that uses pyxform to convert a XLSForm # Run locally ``` pip install --requirement requirements.txt -FLASK_APP=app/main.py:app FLASK_DEBUG=1 flask run +FLASK_APP=app/main.py:app FLASK_DEBUG=1 flask run --port=5001 ``` # Run in Docker @@ -27,4 +27,4 @@ The test script builds, runs, stops, and removes a pyxform-http-tester container # Notes -* We use port 5001 because 5000 is used by ControlCenter on macOS. \ No newline at end of file +* We use port 5001 because 5000 is used by ControlCenter on macOS.