mirror of
https://github.com/OpenHands/OpenHands.git
synced 2026-03-22 13:47:19 +08:00
Add a host command to the makefile (#534)
This commit is contained in:
2
Makefile
2
Makefile
@@ -32,7 +32,7 @@ start-frontend:
|
||||
run:
|
||||
@echo "Running the app..."
|
||||
@mkdir -p logs
|
||||
@pipenv run nohup uvicorn opendevin.server.listen:app --port $(BACKEND_PORT) > logs/backend_$(shell date +'%Y%m%d_%H%M%S').log 2>&1 &
|
||||
@pipenv run nohup uvicorn opendevin.server.listen:app --port $(BACKEND_PORT) --host "::" > logs/backend_$(shell date +'%Y%m%d_%H%M%S').log 2>&1 &
|
||||
@cd frontend && npm run start -- --port $(FRONTEND_PORT)
|
||||
|
||||
# Setup config.toml
|
||||
|
||||
Reference in New Issue
Block a user