Skip to content

Commit

Permalink
start ui app test
Browse files Browse the repository at this point in the history
  • Loading branch information
v1xingyue committed Feb 6, 2025
1 parent 6b552ae commit 03d4237
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion eliza_app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ghcr.io/706creators/eliza:v0.1.9
ADD . /app
WORKDIR /app
CMD ["sh", "-c", "pnpm start --character=/app/app.json && pnpm start:client"]
CMD ["/bin/bash", "/app/start.sh"]
# CMD ["sh", "-c", "pnpm start --character=/app/app.json"]
4 changes: 4 additions & 0 deletions eliza_app/start.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

pnpm start --character=/app/app.json &
pnpm start:client

0 comments on commit 03d4237

Please sign in to comment.