feat: add Dockerfile.app.local for China mirror support

This commit is contained in:
fawney19
2025-12-19 16:20:02 +08:00
parent 7f07122aea
commit 6aa1876955
6 changed files with 138 additions and 13 deletions

View File

@@ -23,8 +23,3 @@ RUN mkdir -p src && touch src/__init__.py && \
# 前端依赖(只安装,不构建)
COPY frontend/package*.json ./frontend/
RUN cd frontend && npm ci
# 产物位置:
# - Python 包: /usr/local/lib/python3.12/site-packages
# - Python 可执行文件: /usr/local/bin
# - 前端 node_modules: /app/frontend/node_modules