feature: 使用uv环境中的python
This commit is contained in:
@@ -35,4 +35,4 @@ USER appuser
|
|||||||
EXPOSE 8000
|
EXPOSE 8000
|
||||||
|
|
||||||
# 启动命令
|
# 启动命令
|
||||||
CMD ["uv", "run","python", "app.py"]
|
CMD ["/app/.venv/bin/python", "app.py"]
|
||||||
|
|||||||
Reference in New Issue
Block a user