chore: update entrypoint.sh started speed

This commit is contained in:
engigu
2026-01-04 09:16:48 +08:00
parent 35b627cacb
commit 8680d2315f
+5 -5
View File
@@ -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)"
# ============================
# 启动应用