motsobelal commited on
Commit
f8b9612
·
verified ·
1 Parent(s): 70a6d2a

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +6 -0
Dockerfile ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ # Dockerfile
2
+ FROM unclecode/crawl4ai:latest
3
+ EXPOSE 7860
4
+
5
+ # Run with custom port
6
+ CMD ["uvicorn", "server:app", "--host", "0.0.0.0", "--port", "7860"]