hekod19045 commited on
Commit
3efc5ac
·
verified ·
1 Parent(s): 40c0b7f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -19,7 +19,8 @@ RUN for DIR in $EXCLUDE_DIRS; do \
19
  -exec chmod 777 {} \; || true
20
  # RUN mkdir /etc/searxng
21
  COPY . .
22
- # RUN chmod -R 777 /etc/searxng
 
23
  # COPY settings.yml /etc/searxng/settings.yml
24
 
25
  # Expose the port that SearxNG listens on
 
19
  -exec chmod 777 {} \; || true
20
  # RUN mkdir /etc/searxng
21
  COPY . .
22
+ RUN mkdi /etc/searxng
23
+ RUN chmod -R 777 /etc/searxng
24
  # COPY settings.yml /etc/searxng/settings.yml
25
 
26
  # Expose the port that SearxNG listens on