From bee3c099b9be6096942bc7b5d8025907b2bcb8c6 Mon Sep 17 00:00:00 2001 From: "B. Bergeron" Date: Thu, 14 Aug 2025 11:17:49 -0400 Subject: [PATCH] Force LF eol for entrypoint.sh --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 5b3c15bb4..c68ee9205 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,6 @@ /web/assets/** linguist-generated /web/** linguist-vendored comfy_api_nodes/apis/__init__.py linguist-generated +# Force LF eol for Docker entrypoint (fix "exec: no such file or directory" +# error with CRLF checkouts) +entrypoint.sh text eol=lf