taowang1993 commited on
Commit
8f546a8
·
verified ·
1 Parent(s): 041853e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +6 -5
Dockerfile CHANGED
@@ -1,5 +1,6 @@
1
- FROM searxng/searxng:latest
2
- ENV SEARXNG_BASE_URL=https://${SEARXNG_HOSTNAME:-localhost}/
3
- RUN mkdir /etc/searxng \
4
- && chmod 777 /etc/searxng
5
- COPY ./searxng /etc/searxng
 
 
1
+ FROM searxng/searxng:latest
2
+ ENV SEARXNG_BASE_URL=https://${SEARXNG_HOSTNAME:-localhost}/
3
+ RUN mkdir /etc/searxng \
4
+ && chmod 777 /etc/searxng
5
+ COPY ./searxng /etc/searxng
6
+