Skip to content

Commit ee3fd66

Browse files
committed
Force LF eol for entrypoint.sh
1 parent a23a85a commit ee3fd66

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
/web/assets/** linguist-generated
22
/web/** linguist-vendored
33
comfy_api_nodes/apis/__init__.py linguist-generated
4+
# Force LF eol for Docker entrypoint (fix "exec: no such file or directory"
5+
# error with CRLF checkouts)
6+
entrypoint.sh text eol=lf

0 commit comments

Comments
 (0)