claudeui / Dockerfile
achrom's picture
Create Dockerfile
384929a verified
Raw
History Blame Contribute Delete
208 Bytes
FROM pengzhile/fuclaude
# Set timezone (can keep this or move to settings)
ENV TZ=Asia/Shanghai
# Expose the port that Hugging Face Spaces expects
EXPOSE 7860
# Run the service
CMD ["sh", "-c", "fuclaude"]