hekod19045 commited on
Commit
5b5d91c
·
verified ·
1 Parent(s): 743f2b0

Update Dockerfile

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