Update Dockerfile
Browse files- 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 |
+
|