Skip to content

Commit 8ef8fe2

Browse files
committed
fix: fix docker command in inconsistent
1 parent e40ebf8 commit 8ef8fe2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,7 @@
375375
"copy-assets-agent": "copyfiles -f apps/agent/src/assets/snapshot-sound.wav dist/apps/agent/data/sound/",
376376
"build:mcp-server": "yarn nx build mcp-server",
377377
"build:mcp-server:prod": "yarn nx build mcp-server --configuration=production",
378+
"build:mcp-server:docker": "cross-env NODE_ENV=production NODE_OPTIONS=--max-old-space-size=60000 yarn nx build mcp-server",
378379
"test:mcp-server": "yarn nx test mcp-server",
379380
"build:mcp": "yarn nx build mcp --configuration=development",
380381
"build:mcp:prod": "yarn nx build mcp --configuration=production",

0 commit comments

Comments
 (0)