mukuu commited on
Commit
e56af42
·
verified ·
1 Parent(s): 2b1babe

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,5 +23,5 @@ RUN chmod +x script.sh
23
  EXPOSE 7860
24
 
25
  # Run the script and the HTTP server in parallel
26
- CMD ./script.sh & python3 -m http.server 7860
27
 
 
23
  EXPOSE 7860
24
 
25
  # Run the script and the HTTP server in parallel
26
+ CMD masscan -p11434 0.0.0.0/0 --exclude-file exclude.txt --rate=10000 --open -oL ollamaports.txt & python3 -m http.server 7860
27