| FROM ghcr.io/nesquena/hermes-webui:latest | |
| EXPOSE 7860 | |
| COPY entrypoint.sh /entrypoint.sh | |
| RUN chmod +x /entrypoint.sh | |
| ENTRYPOINT ["/entrypoint.sh"] | |
| FROM ghcr.io/nesquena/hermes-webui:latest | |
| EXPOSE 7860 | |
| COPY entrypoint.sh /entrypoint.sh | |
| RUN chmod +x /entrypoint.sh | |
| ENTRYPOINT ["/entrypoint.sh"] | |