adowu commited on
Commit
c5b7263
·
verified ·
1 Parent(s): 10274ba

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -21,12 +21,10 @@ RUN git clone https://github.com/searxng/searxng-docker
21
 
22
  WORKDIR /code/searxng-docker
23
 
24
- RUN chmod +x docker-compose
25
 
26
 
27
  RUN sed -i "s|ultrasecretkey|$(openssl rand -hex 32)|g" searxng/settings.yml
28
 
29
- RUN docker-compose up -d
30
 
31
  EXPOSE 80
32
 
 
21
 
22
  WORKDIR /code/searxng-docker
23
 
 
24
 
25
 
26
  RUN sed -i "s|ultrasecretkey|$(openssl rand -hex 32)|g" searxng/settings.yml
27
 
 
28
 
29
  EXPOSE 80
30