Pārlūkot izejas kodu

Force Unix line endings on shell scripts

When following the quickstart docker instructions on Windows (using
Docker for Windows), an error is encountered when running the netbox
container. This is caused by git converting the line endings of the
docker-entrypoint.sh script to Windows format, which are then copied
into the container image.

By setting .gitattributes, we force LF rather than CRLF line endings on
shell scripts on Windows. Other files are left as is.
Peter Russell 9 gadi atpakaļ
vecāks
revīzija
d68b34cefe
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      .gitattributes

+ 1 - 0
.gitattributes

@@ -0,0 +1 @@
+*.sh text eol=lf