Skip to content

Commit c6854a9

Browse files
authored
Use port 5001
1 parent ff616d4 commit c6854a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pyxform-http is a Flask-based web service that uses pyxform to convert a XLSForm
88
# Run locally
99
```
1010
pip install --requirement requirements.txt
11-
FLASK_APP=app/main.py:app FLASK_DEBUG=1 flask run
11+
FLASK_APP=app/main.py:app FLASK_DEBUG=1 flask run --port=5001
1212
```
1313

1414
# Run in Docker
@@ -27,4 +27,4 @@ The test script builds, runs, stops, and removes a pyxform-http-tester container
2727

2828
# Notes
2929

30-
* We use port 5001 because 5000 is used by ControlCenter on macOS.
30+
* We use port 5001 because 5000 is used by ControlCenter on macOS.

0 commit comments

Comments
 (0)