Update Dockerfile

This commit is contained in:
Felipe Domingues 2026-04-28 09:01:35 -03:00 committed by GitHub
parent c5e0aed73c
commit 6f676d36d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,7 @@ FROM ghcr.io/nousresearch/hermes:latest
RUN pip install --no-cache-dir aiohttp RUN pip install --no-cache-dir aiohttp
# Copia os arquivos customizados # 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 COPY entrypoint.sh /opt/hermes-custom/entrypoint.sh
RUN chmod +x /opt/hermes-custom/entrypoint.sh RUN chmod +x /opt/hermes-custom/entrypoint.sh