File size: 146 Bytes
d0f1f34
 
 
 
 
1
2
3
4
5
6
FROM ghcr.io/nesquena/hermes-webui:latest
EXPOSE 7860
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]