Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -20,7 +20,7 @@ RUN for DIR in $EXCLUDE_DIRS; do \
|
|
20 |
# RUN mkdir /etc/searxng
|
21 |
COPY . .
|
22 |
RUN chmod -R 777 /etc/searxng
|
23 |
-
COPY settings.yml /etc/searxng/settings.yml
|
24 |
|
25 |
# Expose the port that SearxNG listens on
|
26 |
EXPOSE 7860
|
|
|
20 |
# RUN mkdir /etc/searxng
|
21 |
COPY . .
|
22 |
RUN chmod -R 777 /etc/searxng
|
23 |
+
# COPY settings.yml /etc/searxng/settings.yml
|
24 |
|
25 |
# Expose the port that SearxNG listens on
|
26 |
EXPOSE 7860
|