fix: add missing USER hermes at end of Dockerfile #55

Merged
gortium merged 3 commits from local_changes into master 2026-07-07 19:41:31 +00:00
15 changed files with 184 additions and 191 deletions
Showing only changes of commit 54e0661396 - Show all commits

View File

@@ -75,3 +75,8 @@ USER root
RUN chown -R hermes:hermes /opt/hermes/tools /opt/hermes/toolsets.py
VOLUME [ "/opt/data" ]
# Switch to the hermes user so the container runs unprivileged.
# All child processes inherit this user — no more orphan root processes
# that escape gosu privilege drops in the entrypoint.
USER hermes