|
@@ -2,7 +2,7 @@ SHELL=/bin/bash
|
|
|
# Makefile for OpenDevin project
|
|
# Makefile for OpenDevin project
|
|
|
|
|
|
|
|
# Variables
|
|
# Variables
|
|
|
-DOCKER_IMAGE = ghcr.io/opendevin/sandbox
|
|
|
|
|
|
|
+DOCKER_IMAGE = ghcr.io/opendevin/sandbox:main
|
|
|
BACKEND_PORT = 3000
|
|
BACKEND_PORT = 3000
|
|
|
BACKEND_HOST = "127.0.0.1:$(BACKEND_PORT)"
|
|
BACKEND_HOST = "127.0.0.1:$(BACKEND_PORT)"
|
|
|
FRONTEND_PORT = 3001
|
|
FRONTEND_PORT = 3001
|