Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -20,5 +20,5 @@ RUN mkdir /etc/searxng
|
|
20 |
RUN chmod -R 777 /etc/searxng
|
21 |
|
22 |
# Expose the port that SearxNG listens on
|
23 |
-
EXPOSE
|
24 |
|
|
|
20 |
RUN chmod -R 777 /etc/searxng
|
21 |
|
22 |
# Expose the port that SearxNG listens on
|
23 |
+
EXPOSE 7860
|
24 |
|