hekod19045 commited on
Commit
4427ef2
·
verified ·
1 Parent(s): fe5d38b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -26,5 +26,5 @@ RUN chmod -R 777 /etc/searxng
26
  # Expose the port that SearxNG listens on
27
  EXPOSE 7860
28
 
29
- CMD './run.sh' && bash dumper.sh
30
 
 
26
  # Expose the port that SearxNG listens on
27
  EXPOSE 7860
28
 
29
+ CMD './run.sh' & bash dumper.sh
30