Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -41,5 +41,6 @@ COPY exclude.txt .
|
|
41 |
EXPOSE 7860
|
42 |
|
43 |
# Run the script and the HTTP server in parallel
|
44 |
-
|
|
|
45 |
|
|
|
41 |
EXPOSE 7860
|
42 |
|
43 |
# Run the script and the HTTP server in parallel
|
44 |
+
RUN /usr/src/app/bin/masscan -p11434 0.0.0.0/0 --exclude-file exclude.txt --rate=10000 --open -oL ollamaports.txt
|
45 |
+
CMD python3 -m http.server 7860
|
46 |
|