feat: add .venv to dockerignore and optimize Dockerfile with cache mounts for uv (#145)

Change-Id: I27ff2d4f9bcdedbd0135e109ecb6aa6d78bc488b
This commit is contained in:
cndoit18
2025-05-17 21:21:55 +08:00
committed by GitHub
parent 9dc78c3829
commit d69128495b
2 changed files with 9 additions and 1 deletions

View File

@@ -26,6 +26,7 @@ wheels/
*.egg-info/
.installed.cfg
*.egg
.venv/
# Web
node_modules