amaye15 commited on
Commit
1214696
·
1 Parent(s): 3b7b184
Files changed (2) hide show
  1. Dockerfile +0 -8
  2. crawl4ai.sh +0 -3
Dockerfile DELETED
@@ -1,8 +0,0 @@
1
- # Use the official Docker image as the base
2
- FROM unclecode/crawl4ai:basic
3
-
4
- # Expose the port your app runs on
5
- EXPOSE 11235
6
-
7
- # Command to run your app
8
- CMD ["docker", "run", "-p", "11235:11235", "unclecode/crawl4ai:basic"]
 
 
 
 
 
 
 
 
 
crawl4ai.sh DELETED
@@ -1,3 +0,0 @@
1
- #!/bin/bash
2
- docker pull unclecode/crawl4ai:basic
3
- docker run -p 11235:11235 unclecode/crawl4ai:basic