mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
Update Makefile (#609)
This commit is contained in:
parent
324a00f477
commit
c3f95f049f
6
Makefile
6
Makefile
@ -14,15 +14,15 @@ build:
|
||||
@echo "Pulling Docker image..."
|
||||
@docker pull $(DOCKER_IMAGE)
|
||||
@echo "Installing Python dependencies..."
|
||||
@pip install pipenv
|
||||
@pipenv install -v
|
||||
@python -m pip install pipenv
|
||||
@python -m pipenv install -v
|
||||
@echo "Setting up frontend environment..."
|
||||
@cd frontend && npm install
|
||||
|
||||
# Start backend
|
||||
start-backend:
|
||||
@echo "Starting backend..."
|
||||
@pipenv run uvicorn opendevin.server.listen:app --port $(BACKEND_PORT)
|
||||
@python -m pipenv run uvicorn opendevin.server.listen:app --port $(BACKEND_PORT)
|
||||
|
||||
# Start frontend
|
||||
start-frontend:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user