We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1fd728 commit e0992e1Copy full SHA for e0992e1
1 file changed
.gitattributes
@@ -0,0 +1,5 @@
1
+# Shell scripts and the all-in-one entrypoint MUST stay LF — CRLF breaks the
2
+# shebang inside the Linux container ("bad interpreter: /usr/bin/env bash^M").
3
+*.sh text eol=lf
4
+deploy/allinone/entrypoint.sh text eol=lf
5
+localapp/serve.py text eol=lf
0 commit comments