Skip to content

Commit 9d9a1e6

Browse files
author
mike dupont
committed
fix
1 parent d53a882 commit 9d9a1e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker-entrypoint-strace2.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ set -x
99
apt update
1010
apt install -y strace
1111

12-
strace -f -o /opt/agent/strace.log -s99999 node "$@"
12+
#strace -f -o /opt/agent/strace.log -s99999 node CMD ["pnpm", "start", "--characters=characters/eliza.character.json"]
13+
strace -f -o /opt/agent/strace.log -s99999 pnpm start --characters=characters/eliza.character.json
1314
#fi
1415
#exec "$@"

0 commit comments

Comments
 (0)