@kritchoff/agent-browser 0.9.26 → 0.9.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/start.sh +1 -1
package/package.json
CHANGED
package/start.sh
CHANGED
|
@@ -46,7 +46,7 @@ fi
|
|
|
46
46
|
echo -e "\n${YELLOW}[2/4] Starting Docker Stack...${NC}"
|
|
47
47
|
echo " (First run may take a few minutes to download images)"
|
|
48
48
|
|
|
49
|
-
docker compose -f "${COMPOSE_FILE:-docker-compose.prod.yml}" up -d --build --remove-orphans
|
|
49
|
+
docker compose -f "${COMPOSE_FILE:-docker-compose.prod.yml}" up -d --build --remove-orphans
|
|
50
50
|
|
|
51
51
|
# Find actual container names
|
|
52
52
|
ANDROID_CONTAINER=$(docker compose -f "${COMPOSE_FILE:-docker-compose.prod.yml}" ps -q android-service)
|