mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Added entrypoint for task executor (#4551)
### What problem does this PR solve? Added entrypoint for task executor ### Type of change - [x] Refactoring
This commit is contained in:
@ -7,9 +7,6 @@ while IFS= read -r line || [[ -n "$line" ]]; do
|
||||
eval "echo \"$line\"" >> /ragflow/conf/service_conf.yaml
|
||||
done < /ragflow/conf/service_conf.yaml.template
|
||||
|
||||
# unset http proxy which maybe set by docker daemon
|
||||
export http_proxy=""; export https_proxy=""; export no_proxy=""; export HTTP_PROXY=""; export HTTPS_PROXY=""; export NO_PROXY=""
|
||||
|
||||
/usr/sbin/nginx
|
||||
|
||||
export LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/
|
||||
|
||||
Reference in New Issue
Block a user