# 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 Window.
# 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 脚本使用 LF 作为行分隔符,即使它们由 Docker for Window 用户签出到 # Windows(NTFS)文件系统。# 这些 .sh 脚本将在“docker compose up -d”之后从容器中运行。# 如果它们看起来是 CRLF 样式,容器中的 Dash 将无法执行它们。