diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index 4845e58a51..79f77fe43a 100755 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -2,6 +2,9 @@ set -e +echo "Start RAGFlow cluster, version: " +cat /ragflow/VERSION + # ----------------------------------------------------------------------------- # Usage and command-line argument parsing # -----------------------------------------------------------------------------