Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
re-mind/Crawl4AI
elmerzole
/
Crawl4AI
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3b7b184
Crawl4AI
/
Dockerfile
amaye15
test
3b7b184
about 1 month ago
raw
Copy download link
history
blame
Safe
220 Bytes
# Use the official Docker image as the base
FROM
unclecode/crawl4ai:basic
# Expose the port your app runs on
EXPOSE
11235
# Command to run your app
CMD
[
"docker"
,
"run"
,
"-p"
,
"11235:11235"
,
"unclecode/crawl4ai:basic"
]