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
I tried to include some files in my image, but some are missing. Therefore I used BP_INCLUDE_FILES.
BP_INCLUDE_FILES
Given "build/:nginx.conf:mime.types" the last file in missing. Given the following glob all files are included: "build/:./nginx.conf:./mime.types" .
I expect not to prefix files with a dot slash.
Sometimes files are ignored from given glob pattern.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I tried to include some files in my image, but some are missing. Therefore I used
BP_INCLUDE_FILES
.Given "build/:nginx.conf:mime.types" the last file in missing.
Given the following glob all files are included:
"build/:./nginx.conf:./mime.types"
.
Expected Behavior
I expect not to prefix files with a dot slash.
Current Behavior
Sometimes files are ignored from given glob pattern.
Possible Solution
Steps to Reproduce
Motivations
The text was updated successfully, but these errors were encountered: