mirror of
https://github.com/fawney19/Aether.git
synced 2026-01-02 15:52:26 +08:00
feat: add Dockerfile.app.local for China mirror support
This commit is contained in:
@@ -26,8 +26,3 @@ RUN mkdir -p src && touch src/__init__.py && \
|
||||
# 前端依赖(只安装,不构建,使用淘宝镜像源)
|
||||
COPY frontend/package*.json ./frontend/
|
||||
RUN cd frontend && npm config set registry https://registry.npmmirror.com && npm ci
|
||||
|
||||
# 产物位置:
|
||||
# - Python 包: /usr/local/lib/python3.12/site-packages
|
||||
# - Python 可执行文件: /usr/local/bin
|
||||
# - 前端 node_modules: /app/frontend/node_modules
|
||||
|
||||
Reference in New Issue
Block a user