feat: init custom code-server read-only image

This commit is contained in:
2026-01-08 14:52:58 +08:00
commit c092eff2c8
5 changed files with 128 additions and 0 deletions

12
.gitignore vendored Normal file
View File

@@ -0,0 +1,12 @@
# 忽略挂载的真实代码目录
repos/
storage/
data/
code-data/
# 忽略 Docker 可能产生的临时文件
*.log
# 忽略系统文件
.DS_Store
Thumbs.db