df0ef12af0
Added a line in the .gitattributes file to enforce LF line endings for Dockerfile. This is to avoid any potential issues with line endings when working cross-platform, ensuring that Dockerfile will consistently use LF regardless of the environment.
4 lines
70 B
Plaintext
4 lines
70 B
Plaintext
* text=auto
|
|
Dockerfile text eol=lf
|
|
*.sh text eol=lf
|
|
*.conf text eol=lf |