mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-09-08 02:08:01 +08:00
10e28e5c5f
### What problem does this PR solve? Dockerfile v0.25.0 expects nginx conf at path /etc/nginx/ragflow.conf.python, see [Dockerfile#L200](https://github.com/infiniflow/ragflow/blob/ca01c7a7452dcfd3578ce41ba747b95bcf7bffa1/Dockerfile#L200) However current helm template mount the conf at path /etc/nginx/ragflow.conf causing runtime error at startup time. ### Type of change - [X] Bug Fix (non-breaking change which fixes an issue) --------- Co-authored-by: Mauro Gattari <mauro.gattari@infn.it>