mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-06 09:26:50 +08:00
8 lines
339 B
Plaintext
8 lines
339 B
Plaintext
# Ensure that .sh scripts use LF as line separator, even if they are checked out
|
|
# to Windows(NTFS) file-system, by a user of Docker for Windows.
|
|
# These .sh scripts will be run from the Container after `docker compose up -d`.
|
|
# If they appear to be CRLF style, Dash from the Container will fail to execute
|
|
# them.
|
|
|
|
*.sh text eol=lf
|