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

Update Dockerfile

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