Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
FROM searxng/searxng:latest
|
| 2 |
-
RUN chmod 777 /etc/searxng
|
| 3 |
-
COPY ./searxng /etc/searxng
|
|
|
|
| 1 |
FROM searxng/searxng:latest
|
| 2 |
+
RUN chmod 777 /etc/searxng
|
| 3 |
+
COPY ./searxng /etc/searxng
|