这是用户在 2025-6-26 23:14 为 https://app.immersivetranslate.com/html/ 保存的双语快照页面,由 沉浸式翻译 提供双语支持。了解如何保存?

# 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 将无法执行它们。


*.sh text eol=lf
*.sh 文本 eol=lf