Skip to content

Commit

Permalink
modify build-docker
Browse files Browse the repository at this point in the history
  • Loading branch information
v1xingyue committed Dec 11, 2024
1 parent 16f0499 commit 0bb2860
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ COPY characters ./characters

# Install dependencies and build the project
RUN pnpm install \
&& pnpm build \
&& pnpm build-docker \
&& pnpm prune --prod

# Create a new stage for the final image
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"name": "eliza",
"scripts": {
"preinstall": "npx only-allow pnpm",
"build": "turbo run build",
"build": "turbo run build --filter=!eliza-docs",
"build-docker": "turbo run build",
"start": "pnpm --filter \"@ai16z/agent\" start --isRoot",
"start:client": "pnpm --dir client start --isRoot",
"start:debug": "cross-env NODE_ENV=development VERBOSE=true DEBUG=eliza:* pnpm --filter \"@ai16z/agent\" start --isRoot",
"dev": "bash ./scripts/dev.sh",
"dev:build": "turbo run build --filter=!eliza-docs",
"lint": "bash ./scripts/lint.sh",
"prettier-check": "npx prettier --check .",
"prettier": "npx prettier --write .",
Expand Down

0 comments on commit 0bb2860

Please sign in to comment.