This commit is contained in:
vipg
2025-12-26 16:11:21 +08:00
parent e51805749a
commit 004a9e6bb5
2 changed files with 7 additions and 16 deletions

View File

@@ -26,7 +26,7 @@ docker run --rm \
-v "${PROJECT_ROOT}/infra/postgres/sql:/app/infra/postgres/sql" \
-w /app \
python:3.13.7-alpine3.22 \
bash -c "
sh -c "
echo '📋 容器内环境信息:'
python --version
echo ''