OpenHands
OpenHands copied to clipboard
Enable --host exposure to bind port to network so can be reacheable from outside
What problem or use case are you trying to solve? To enable exposure of service to be callable from outside running machine
Describe the UX of the solution you'd like
Add additional flag for make run command
Do you have thoughts on the technical implementation? Currently I've added this flag for npm server to Makefile
https://github.com/OpenDevin/OpenDevin/blob/main/Makefile#L131
Describe alternatives you've considered To add --host flat to npm run start
Additional context Result