Test to make themes editable

This commit is contained in:
C1t1z3n 0n3 2019-06-10 14:32:13 +00:00
parent 1996735586
commit 6659cad0ae

View file

@ -11,6 +11,7 @@ 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