Update docker container start printout (#13847)

### What problem does this PR solve?

Printout RAGFlow version

### Type of change

- [x] Refactoring

Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
Jin Hai
2026-03-30 12:59:42 +08:00
committed by GitHub
parent e20cf39735
commit 2faaa9f9ce

View File

@@ -2,6 +2,9 @@
set -e
echo "Start RAGFlow cluster, version: "
cat /ragflow/VERSION
# -----------------------------------------------------------------------------
# Usage and command-line argument parsing
# -----------------------------------------------------------------------------