hekod19045 commited on
Commit
1917e63
·
verified ·
1 Parent(s): 5b5d91c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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