hekod19045 commited on
Commit
b58b9d5
·
verified ·
1 Parent(s): b043196

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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