.containerignore not work when I am outside of the folder #23834
Unanswered
DevDorrejo
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have a project:
I use the following commands to build and run the containers:
The problem I'm encountering is that when I build the images, the .containerignore file and the files it should exclude (e.g., .git*) are still being included in the images.
How can I ensure that the .containerignore file is respected and that the specified files are excluded from the images during the build process?
What did I try?
Beta Was this translation helpful? Give feedback.
All reactions