Files
workpod/.dockerignore

50 lines
1.2 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# ==================== 版本控制 ====================
.git
.gitignore
# ==================== Claude 配置 ====================
.claude/
# ==================== 文档 ====================
docs/
ISSUES.md
README.md
PACKAGES.md
# ==================== 归档文件(已不需要) ====================
_archive/
# ==================== 数据/运行时 ====================
data/
# ==================== 部署辅助文件(不在镜像中) ====================
auth-proxy.js
nginx-map-patch.sh
wk.1216.conf
# ==================== 备用编排文件 ====================
docker-compose-alpine.yml
entrypoint-test.sh
# ==================== 下载脚本 ====================
download-packages.sh
download-packages.ps1
# ==================== 导出镜像(~100MB ====================
*.tar.gz
# ==================== Windows 伪文件 ====================
;C
.DS_Store
Thumbs.db
# ==================== packages 精确包含 ====================
# 仅保留 Dockerfile COPY packages/ 需要的文件:
# node-v24.14.1-linux-x64-musl.tar.gz
# *claude-code*.tgz
# *coding-helper*.tgz
# 排除未使用的大包:
packages/go1.26.1.linux-amd64.tar.gz
packages/rust-1.94.1-x86_64-unknown-linux-musl.tar.xz
packages/openclaw-*.tgz