Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/eairps/eairp
Browse files Browse the repository at this point in the history
  • Loading branch information
Jzow committed Mar 3, 2025
2 parents 5786f5c + ce6d8ca commit 040a3a5
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,17 @@ docker run -d --name eairp \
wansenai/eairp:latest
```

### Deployment FAQ

1. **eairp container /start.sh: no such file or directory**

This issue is commonly caused by Windows' handling of line endings in text files, which can affect scripts like `start.sh` used in Docker containers.

Before cloning the repository, configure Git to prevent automatic conversion of line endings.
```bash
git config --global core.autocrlf false
```

## License

Licensed under either of
Expand Down
10 changes: 10 additions & 0 deletions README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,16 @@ docker run -d --name eairp \
wansenai/eairp:latest
```

### 部署常见问题

1. **eairp container /start.sh: no such file or directory**

此问题通常是由 `Windows` 对文本文件中行尾的处理引起的,这可能会影响容器中使用 `start.sh` 脚本。
在克隆存储库之前,请配置 Git 以防止自动转换行尾。
```bash
git config --global core.autocrlf false
```

## License

根据以下任一许可证之一,对本项目中的代码和文档进行许可:
Expand Down

0 comments on commit 040a3a5

Please sign in to comment.