构建:新增完整容器化部署
This commit is contained in:
6
.gitattributes
vendored
Normal file
6
.gitattributes
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
# 容器内执行的 Shell 脚本必须使用 LF,避免 Windows 检出时生成 CRLF 导致解释器无法识别。
|
||||
*.sh text eol=lf
|
||||
|
||||
# Docker 与 Nginx 配置统一使用 LF,便于在 Linux 容器内直接加载。
|
||||
Dockerfile text eol=lf
|
||||
*.conf text eol=lf
|
||||
Reference in New Issue
Block a user