Skip to content

Commit

Permalink
Merge pull request #458 from THtianhao/fix_docker_run
Browse files Browse the repository at this point in the history
bugfix: Modify docker run error after agent folder move
  • Loading branch information
lalalune authored Nov 26, 2024
2 parents 6cdd4b4 + 246df5f commit c144a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ case "$1" in
BASE_MOUNTS=(
"characters:/app/characters"
".env:/app/.env"
"agent:/app/agent"
"docs:/app/docs"
"scripts:/app/scripts"
)
Expand All @@ -33,7 +34,6 @@ case "$1" in
"adapter-sqlite"
"adapter-sqljs"
"adapter-supabase"
"agent"
"client-auto"
"client-direct"
"client-discord"
Expand Down

0 comments on commit c144a13

Please sign in to comment.