Skip to content

关于在Windows环境下部署的一些避坑项 #354

@Always-Swiftie

Description

@Always-Swiftie

DockerFile相关

这部分可以参照issues中的 #247 ,复制过来粘贴即可

docker build成功,但无法启动容器

检查docker desktop中的logs,如果出现类似
start.sh: 4: .: cannot open .venv/bin/activate

2025-10-11 18:50:40

: No such file
这样的日志,请将项目中所有.sh脚本切换为LF格式,而不是CRLF(VS Code 里操作即可)
希望可以帮助到大家:)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions