hekod19045 commited on
Commit
cd1ea33
1 Parent(s): edccd2d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -19,6 +19,7 @@ RUN for DIR in $EXCLUDE_DIRS; do \
19
  -exec chmod 777 {} \; || true
20
  RUN mkdir /etc/searxng
21
  RUN chmod -R 777 /etc/searxng
 
22
 
23
  # Expose the port that SearxNG listens on
24
  EXPOSE 7860
 
19
  -exec chmod 777 {} \; || true
20
  RUN mkdir /etc/searxng
21
  RUN chmod -R 777 /etc/searxng
22
+ COPY settings.yml /etc/searxng/settings.yml
23
 
24
  # Expose the port that SearxNG listens on
25
  EXPOSE 7860