Update Dockerfile customizations made possible through data directory and settings.yml

This commit is contained in:
C1t1z3n 0n3 2019-06-10 17:09:19 +00:00
parent 408a1539bc
commit 1ef811ca00

View file

@ -11,7 +11,6 @@ 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 chown -R www-data.www-data /app/code
RUN rm -rf /app/code/searx/static/themes && ln -sf /app/data/themes /app/code/searx/static/themes
EXPOSE 8888