Crawl4AI / Dockerfile
amaye15
test
3b7b184
raw
history blame
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"]