-
Notifications
You must be signed in to change notification settings - Fork 382
Closed
Labels
user-supportQuestions on using repo2dockerQuestions on using repo2docker
Description
I somehow expected that when building a local repository, repo2docker
will respect .gitignore
and not package the ignored files/directories in the image itself.
The use case where this was inconvenient was, when I had a data/
folder in my source code, which was ignored by git
based on the pathspecs in .gitignore
.
The folder in my dev environment contained about 16gb of data in the data/
folder, and repo2docker
ended up copying over all that data into the image (and also because of this issue, the actual image size ended up being around 35GB 😢 ).
jbn
Metadata
Metadata
Assignees
Labels
user-supportQuestions on using repo2dockerQuestions on using repo2docker