Making themes folder editable.
This commit is contained in:
parent
6659cad0ae
commit
408a1539bc
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ if [[ -z "$(ls -A /app/data)" ]]; then
|
|||
sed -i "s/127.0.0.1/0.0.0.0/g" /app/data/settings.yml
|
||||
fi
|
||||
|
||||
cp /app/code/searx/static/themes /app/data/themes
|
||||
|
||||
chown -R www-data.www-data /app/data
|
||||
|
||||
exec gosu www-data python /app/code/searx/webapp.py
|
||||
|
|
Loading…
Reference in a new issue