Browser / Dockerfile
senku21230's picture
Update Dockerfile
92b7c71 verified
raw
history blame contribute delete
148 Bytes
FROM unclecode/crawl4ai:latest
# HF Spaces environment variable
ENV PORT=7860
ENV CRAWL4AI_API_HOST=0.0.0.0
ENV CRAWL4AI_API_PORT=7860
EXPOSE 7860