fix: resolve Docker build errors and add Traefik routing for Hermes web UI #33

Merged
gortium merged 6 commits from fix/hermes-build into master 2026-05-22 16:36:24 +00:00
3 changed files with 24 additions and 88 deletions
Showing only changes of commit 5f25c87775 - Show all commits

View File

@@ -78,6 +78,7 @@ ENV CHROME_EXECUTABLE=/opt/hermes/.playwright/chromium/chrome-linux/chrome
# Ensure tools directory and toolsets.py are writable by the hermes runtime user
# so custom tools can be injected from the persistent volume at startup.
USER root
RUN chown -R hermes:hermes /opt/hermes/tools /opt/hermes/toolsets.py
VOLUME [ "/opt/data" ]