Skip to content
  • Peter Russell's avatar
    Force Unix line endings on shell scripts · d68b34ce
    Peter Russell authored
    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.
    d68b34ce