|
@@ -10,8 +10,10 @@ RUN curl -L https://github.com/asciimoo/searx/archive/master.tar.gz | tar -xz --
|
|
RUN mv /app/code/searx/settings.yml /app/code/searx/settings.yml.orig
|
|
RUN mv /app/code/searx/settings.yml /app/code/searx/settings.yml.orig
|
|
RUN ln -sf /app/data/settings.yml /app/code/searx/settings.yml
|
|
RUN ln -sf /app/data/settings.yml /app/code/searx/settings.yml
|
|
|
|
|
|
|
|
+RUN chown -R www-data.www-data /app/code
|
|
|
|
+
|
|
EXPOSE 8888
|
|
EXPOSE 8888
|
|
|
|
|
|
-ADD start.sh /app/
|
|
|
|
|
|
+ADD start_searx.sh /app/
|
|
|
|
|
|
-CMD [ "/app/start.sh" ]
|
|
|
|
|
|
+CMD [ "/app/start_searx.sh" ]
|