Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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
|
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 |
|