Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
re-mind
/
Crawl4AI
like
1
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
3b7b184
Crawl4AI
/
Dockerfile
amaye15
test
3b7b184
8 months 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"
]