Skip to content

Commit 1fa60d2

Browse files
committed
Update evals web app port message in setup.sh to include Docker port 3446
1 parent 77d9dcd commit 1fa60d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/evals/scripts/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,5 +386,5 @@ if ! nc -z localhost 3000; then
386386
echo "💡 You can start it anytime with 'pnpm --filter @roo-code/web-evals dev'."
387387
fi
388388
else
389-
echo "👟 The evals web app is running at http://localhost:3000"
389+
echo "👟 The evals web app is running at http://localhost:3000 (or http://localhost:3446 if using Docker)"
390390
fi

0 commit comments

Comments
 (0)