# 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"]