Skip to content

Commit 0bb2860

Browse files
committed
modify build-docker
1 parent 16f0499 commit 0bb2860

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ COPY characters ./characters
2525

2626
# Install dependencies and build the project
2727
RUN pnpm install \
28-
&& pnpm build \
28+
&& pnpm build-docker \
2929
&& pnpm prune --prod
3030

3131
# Create a new stage for the final image

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"name": "eliza",
33
"scripts": {
44
"preinstall": "npx only-allow pnpm",
5-
"build": "turbo run build",
5+
"build": "turbo run build --filter=!eliza-docs",
6+
"build-docker": "turbo run build",
67
"start": "pnpm --filter \"@ai16z/agent\" start --isRoot",
78
"start:client": "pnpm --dir client start --isRoot",
89
"start:debug": "cross-env NODE_ENV=development VERBOSE=true DEBUG=eliza:* pnpm --filter \"@ai16z/agent\" start --isRoot",
910
"dev": "bash ./scripts/dev.sh",
10-
"dev:build": "turbo run build --filter=!eliza-docs",
1111
"lint": "bash ./scripts/lint.sh",
1212
"prettier-check": "npx prettier --check .",
1313
"prettier": "npx prettier --write .",

0 commit comments

Comments
 (0)