Surbao commited on
Commit
3d5c974
·
verified ·
1 Parent(s): f85d20c

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +9 -0
Dockerfile ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ FROM searxng/searxng
2
+
3
+ RUN mkdir /etc/searxng
4
+
5
+ COPY settings.yml /etc/searxng/settings.yml
6
+
7
+ RUN chmod 777 /etc/searxng
8
+
9
+ EXPOSE 8080