feature: 使用uv环境中的python

This commit is contained in:
贺海国
2026-04-15 19:08:07 +08:00
parent 9ad29ba45c
commit 900b99f681

View File

@@ -35,4 +35,4 @@ USER appuser
EXPOSE 8000 EXPOSE 8000
# 启动命令 # 启动命令
CMD ["uv", "run","python", "app.py"] CMD ["/app/.venv/bin/python", "app.py"]