From 6f676d36d75b3073bfc64fdd6bd2052a4e2a6a64 Mon Sep 17 00:00:00 2001 From: Felipe Domingues <53182096+domfelipe@users.noreply.github.com> Date: Tue, 28 Apr 2026 09:01:35 -0300 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 545b07b..11a9f6b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM ghcr.io/nousresearch/hermes:latest RUN pip install --no-cache-dir aiohttp # Copia os arquivos customizados -COPY skills_api.py /opt/hermes-custom/skills_api.py +COPY patches/skills_api.py /opt/hermes-custom/skills_api.py COPY entrypoint.sh /opt/hermes-custom/entrypoint.sh RUN chmod +x /opt/hermes-custom/entrypoint.sh