keungliang commited on
Commit
efa36bc
·
verified ·
1 Parent(s): 6b1d19e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +5 -5
Dockerfile CHANGED
@@ -1,5 +1,5 @@
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 -p /etc/searxng \
4
+ && chmod 777 /etc/searxng
5
+ COPY ./searxng /etc/searxng