Skip to content

Commit

Permalink
Update start_server.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
codesimo authored Apr 13, 2024
1 parent 7aca519 commit 507d5ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/start_server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Use FLASK_DEBUG=True if needed

export FLASK_APP="standalone.py"
export FLASK_PORT="1234"
export FLASK_PORT="5000"
export FLASK_HOST="0.0.0.0"

poetry run python -m flask run \
Expand Down

0 comments on commit 507d5ef

Please sign in to comment.