CoolFace
Apppublic

Underground-Digital/Workflow-Engine

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
.gitattributes8 linesDownload Raw Back to root
1# Ensure that .sh scripts use LF as line separator, even if they are checked out2# to Windows(NTFS) file-system, by a user of Docker for Window. 3# These .sh scripts will be run from the Container after `docker compose up -d`.4# If they appear to be CRLF style, Dash from the Container will fail to execute5# them.6 7*.sh      text eol=lf8 
Underground-Digital/Workflow-Engine · CoolFace