Spaces:
Sleeping
Sleeping
hekod19045
commited on
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -17,7 +17,7 @@ RUN for DIR in $EXCLUDE_DIRS; do \
|
|
17 |
-a ! $(printf "! -path %s" $EXCLUDE_DIRS | paste -sd " -o " -) \
|
18 |
-exec chmod 777 {} \; || true
|
19 |
|
20 |
-
|
21 |
|
22 |
# Expose the port that SearxNG listens on
|
23 |
EXPOSE 8080
|
|
|
17 |
-a ! $(printf "! -path %s" $EXCLUDE_DIRS | paste -sd " -o " -) \
|
18 |
-exec chmod 777 {} \; || true
|
19 |
|
20 |
+
RUN chmod -R 777 /etc/searxng
|
21 |
|
22 |
# Expose the port that SearxNG listens on
|
23 |
EXPOSE 8080
|