@kokorolx/ai-sandbox-wrapper 4.0.1 → 4.0.2
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/bin/ai-run +2 -1
- package/package.json +1 -1
package/bin/ai-run
CHANGED
|
@@ -3122,8 +3122,9 @@ if docker image inspect ai-open-design:latest >/dev/null 2>&1; then
|
|
|
3122
3122
|
fi
|
|
3123
3123
|
docker run -d --name ai-open-design --network "$OD_NETWORK" \
|
|
3124
3124
|
--restart unless-stopped -v "$OD_VOLUME:/app/.od" \
|
|
3125
|
+
-p "127.0.0.1:7456:7456" \
|
|
3125
3126
|
--env-file "$OD_ENV_FILE" ai-open-design:latest >/dev/null
|
|
3126
|
-
echo "✅ Open Design daemon started (http://
|
|
3127
|
+
echo "✅ Open Design daemon started (http://localhost:7456)"
|
|
3127
3128
|
fi
|
|
3128
3129
|
fi
|
|
3129
3130
|
fi
|
package/package.json
CHANGED