Update Dockerfile customizations made possible through data directory and settings.yml
This commit is contained in:
parent
408a1539bc
commit
1ef811ca00
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue