f19bd6e52e
- .dockerignore: 排除 target/ gui/ test/ (镜像上下文 ~3KB) - web/Dockerfile: sed 移除 gui 成员后编译,避免 Tauri 依赖 - 多阶段构建: rust:alpine 编译 → alpine:3.22 运行 Co-Authored-By: Claude <noreply@anthropic.com>
8 lines
48 B
Plaintext
8 lines
48 B
Plaintext
target/
|
|
gui/
|
|
test/
|
|
*.png
|
|
*.svg
|
|
.git/
|
|
.gitignore
|