From 8680d2315fed7ccbe0521f2e81cb8415ac182355 Mon Sep 17 00:00:00 2001 From: engigu Date: Sun, 4 Jan 2026 09:16:48 +0800 Subject: [PATCH] chore: update entrypoint.sh started speed --- docker-entrypoint.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index e373c7a..b9dd9a6 100644 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -68,11 +68,11 @@ export PYTHONPATH=/app/data/scripts:$PYTHONPATH # ============================ # 打印确认 # ============================ -echo "[entrypoint] python: $(which python)" -echo "[entrypoint] pip: $(which pip)" -echo "[entrypoint] node: $(which node)" -echo "[entrypoint] npm prefix: $(npm config get prefix)" -echo "[entrypoint] npm root: $(npm root -g)" +echo "[entrypoint][Python3] python: $(which python)" +echo "[entrypoint][Python3] pip: $(which pip)" +echo "[entrypoint][Nodejs] node: $(which node)" +echo "[entrypoint][Nodejs] npm prefix: $(npm config get prefix)" +echo "[entrypoint][Nodejs] npm root: $(npm root -g)" # ============================ # 启动应用