Duplicated from hamercity/ai-search-4
f948f5f 5b57c1c 21abfa2 db8f9e1 ef2c513 db8f9e1 5b57c1c
1
2
3
4
5
6
7
8
9
FROM fuqingxu/ai_search:v1 USER root RUN chown -R user:user /etc/searxng /usr/local/searxng RUN chmod -R 777 /etc/searxng /usr/local/searxng USER user # 启动命令 CMD ["/start.sh"]