chore: 增加docker 配置

This commit is contained in:
2026-04-04 10:59:32 +08:00
parent 7f0552013a
commit 7861af12e4
5 changed files with 318 additions and 1 deletions
+8 -1
View File
@@ -1,5 +1,12 @@
# Auto detect text files
* text=auto
# Shell scripts should always use LF line endings
# Files that MUST use LF (Unix/Linux execution)
*.sh text eol=lf
Dockerfile text eol=lf
.dockerignore text eol=lf
# Windows scripts - use CRLF
*.bat text eol=crlf
*.cmd text eol=crlf
*.ps1 text eol=crlf