Transmode / gradle-docker

A Gradle plugin to build Docker images from the build script.
Apache License 2.0
647 stars 142 forks source link

Doing an addFile on a directory copies contents directly into stageDir #16

Closed sfitts closed 10 years ago

sfitts commented 10 years ago

This leads to problems when the ADD statement refers to the directory (which doesn't exist). I think what we want to do is copy the directory itself under stage in order to preserve the expected structure.

mattgruter commented 10 years ago

Merged PR #17. Closing.