Skip to content

Commit

Permalink
I dont know why it is failing
Browse files Browse the repository at this point in the history
  • Loading branch information
mike dupont committed Jan 14, 2025
1 parent ebfce98 commit 947cd6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ COPY --from=builder /app/pnpm-workspace.yaml ./
COPY --from=builder /app/.npmrc ./
COPY --from=builder /app/turbo.json ./
COPY --from=builder /app/node_modules ./node_modules
COPY --from=fastembed /app/node_modules/fastembed ./node_modules/fastembed
COPY --from=builder /app/agent ./agent
COPY --from=builder /app/packages ./packages
COPY --from=builder /app/scripts ./scripts
COPY --from=builder /app/characters ./characters
COPY --from=fastembed /app/node_modules/fastembed /app/node_modules/fastembed

# Set the command to run the application
CMD ["pnpm", "start", "--characters=characters/eliza.character.json"]

0 comments on commit 947cd6a

Please sign in to comment.