You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Review copying all files vs. selective copy in outer loop ; Also add mvn (/target) and gradle (/build) .dockerignore for samples, starter projects
#156
Open
scottkurz opened this issue
Jul 21, 2021
· 0 comments
E.g. in the outer loop maven build we're just copying src and pom.xml which is everything standard but what if a user had a 'data' dir or something non-standard? (You'd think that'd be likely just for test but possibly not).
It would be a waste to copy a full /target in but this could be handled via .dockerignore , which we should add anyway.
The text was updated successfully, but these errors were encountered:
scottkurz
changed the title
Add mvn (/target) and gradle (/build) .dockerignore for samples, starter projects
Review copying all files vs. selective copy in outer loop ; Also add mvn (/target) and gradle (/build) .dockerignore for samples, starter projects
Jul 22, 2021
E.g. in the outer loop maven build we're just copying src and pom.xml which is everything standard but what if a user had a 'data' dir or something non-standard? (You'd think that'd be likely just for test but possibly not).
It would be a waste to copy a full /target in but this could be handled via .dockerignore , which we should add anyway.
The text was updated successfully, but these errors were encountered: