We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d53a882 commit 9d9a1e6Copy full SHA for 9d9a1e6
docker-entrypoint-strace2.sh
@@ -9,6 +9,7 @@ set -x
9
apt update
10
apt install -y strace
11
12
-strace -f -o /opt/agent/strace.log -s99999 node "$@"
+#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
14
#fi
15
#exec "$@"
0 commit comments