We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用 Funfile 构建,如果项目中有大的临时数据目录,fun build 开始执行时会占用很高 CPU,执行很慢,移除大文件后速度飞快。
已有 .funignore 文件:
data/ .env template.yml
项目中添加 .dockerignore 文件没有效果,内容和 .funignore 一样。
希望能支持 .dockerignore 文件,或者让 docker build 执行时使用 .funignore。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
使用 Funfile 构建,如果项目中有大的临时数据目录,fun build 开始执行时会占用很高 CPU,执行很慢,移除大文件后速度飞快。
已有 .funignore 文件:
项目中添加 .dockerignore 文件没有效果,内容和 .funignore 一样。
希望能支持 .dockerignore 文件,或者让 docker build 执行时使用 .funignore。
The text was updated successfully, but these errors were encountered: