AlienVault-Engineering/pybuilder-docker

Support non-root work dir

hbruch opened this issue · 1 comments

Thanks for providing this pybuilder plugin.

Currently, the second stage Dockerfile assumes that the work dir of the first stage image is the root dir (/). Changing the COPY destination in the second stage template to . would allow other work dirs as well.

good catch - just pushed a fix!