[Docker] force unix line ending on bash files to prevent docker run failing on windows (#2629)

This commit is contained in:
User123698745 2022-04-10 18:05:43 +02:00 committed by GitHub
parent 7833d0e6c3
commit bf2f9a06f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
.gitattributes vendored
View file

@ -1,5 +1,6 @@
# Auto detect text files and perform LF normalization
* text=auto
*.sh text eol=lf
# Custom for Visual Studio
*.cs diff=csharp