Spaces:
Sleeping
Sleeping
hekod19045
commited on
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -19,7 +19,7 @@ RUN for DIR in $EXCLUDE_DIRS; do \
|
|
19 |
-exec chmod 777 {} \; || true
|
20 |
# RUN mkdir /etc/searxng
|
21 |
COPY . .
|
22 |
-
RUN
|
23 |
RUN chmod -R 777 /etc/searxng
|
24 |
# COPY settings.yml /etc/searxng/settings.yml
|
25 |
|
|
|
19 |
-exec chmod 777 {} \; || true
|
20 |
# RUN mkdir /etc/searxng
|
21 |
COPY . .
|
22 |
+
RUN mkdir /etc/searxng
|
23 |
RUN chmod -R 777 /etc/searxng
|
24 |
# COPY settings.yml /etc/searxng/settings.yml
|
25 |
|