3b7b184
1
2
3
4
5
6
7
8
# 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"]