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