Spaces:
Sleeping
Sleeping
hekod19045
commited on
Commit
•
9362bc9
1
Parent(s):
c29ee33
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -21,10 +21,10 @@ RUN for DIR in $EXCLUDE_DIRS; do \
|
|
21 |
COPY . .
|
22 |
RUN mkdir /etc/searxng
|
23 |
RUN chmod -R 777 /etc/searxng
|
24 |
-
|
25 |
|
26 |
# Expose the port that SearxNG listens on
|
27 |
EXPOSE 7860
|
28 |
|
29 |
-
CMD bash dumper.sh
|
30 |
|
|
|
21 |
COPY . .
|
22 |
RUN mkdir /etc/searxng
|
23 |
RUN chmod -R 777 /etc/searxng
|
24 |
+
COPY settings.yml /etc/searxng/settings.yml
|
25 |
|
26 |
# Expose the port that SearxNG listens on
|
27 |
EXPOSE 7860
|
28 |
|
29 |
+
# CMD bash dumper.sh
|
30 |
|