mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
fix(docker): add missing skins/plans/workspace dirs to entrypoint
The profile system expects these directories but they weren't being created on container startup. Adds them to the mkdir list alongside the existing dirs. Co-authored-by: Tranquil-Flow <tranquil_flow@protonmail.com>
This commit is contained in:
parent
e1167c5c07
commit
e8f16f7432
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ INSTALL_DIR="/opt/hermes"
|
||||||
# The "home/" subdirectory is a per-profile HOME for subprocesses (git,
|
# The "home/" subdirectory is a per-profile HOME for subprocesses (git,
|
||||||
# ssh, gh, npm …). Without it those tools write to /root which is
|
# ssh, gh, npm …). Without it those tools write to /root which is
|
||||||
# ephemeral and shared across profiles. See issue #4426.
|
# ephemeral and shared across profiles. See issue #4426.
|
||||||
mkdir -p "$HERMES_HOME"/{cron,sessions,logs,hooks,memories,skills,home}
|
mkdir -p "$HERMES_HOME"/{cron,sessions,logs,hooks,memories,skills,skins,plans,workspace,home}
|
||||||
|
|
||||||
# .env
|
# .env
|
||||||
if [ ! -f "$HERMES_HOME/.env" ]; then
|
if [ ! -f "$HERMES_HOME/.env" ]; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue