ChaBo-UI-Lab / Dockerfile
chabo-deploy-bot
deploy: 2026-09-09T09:33:08Z
aaf02d8
Raw
History Blame Contribute Delete
241 Bytes
FROM ghcr.io/chabo-project/hf-chat-ui:0.9.4-chabo
USER root
COPY custom_startup.sh /usr/local/bin/custom_startup.sh
RUN chmod +x /usr/local/bin/custom_startup.sh
WORKDIR /app
USER user
EXPOSE 3000
CMD ["/usr/local/bin/custom_startup.sh"]