Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
Support Exposing 31950 robot-server port for Docker container
  • Loading branch information
anuwrag authored Jan 14, 2025
1 parent 63a93b3 commit 1c032fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robot-server/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ clean_all_cmd = $(clean_cmd) dist
# * Doing `pipenv run env PYTHONDEVMODE=1 uvicorn ...` works, except it's
# probably POSIX-only.
dev_port ?= "31950"
dev_host ?= "localhost"
dev_host ?= "0.0.0.0"
run_dev ?= uvicorn "robot_server.app:app" --host $(dev_host) --port $(dev_port) --ws wsproto --lifespan on --reload

.PHONY: all
Expand Down

0 comments on commit 1c032fd

Please sign in to comment.