ccr / Dockerfile
llzai's picture
Update Dockerfile
dea5bd6 verified
raw
history blame contribute delete
284 Bytes
FROM musistudio/claude-code-router:latest
#WORKDIR /app
# 复制配置文件
COPY /data/.claude-code-router/config.json /root/.claude-code-router/config.json
# Hugging Face Spaces 默认使用 7860 端口
ENV PORT=7860
ENV HOST=0.0.0.0
ENV LOG_LEVEL=info
# 暴露端口
EXPOSE 7860