makeusabrew / decking

A Docker helper to create, manage and run clusters of containers
http://decking.io
443 stars 36 forks source link

Fix decking build #85

Closed guillaumelecerf closed 9 years ago

guillaumelecerf commented 9 years ago

When using images.path and images.includes options, build fails with the following message:

[ERROR] could not build image: Error: HTTP code is 500 which indicates error: server error - Cannot locate specified Dockerfile: docker/containerA/Dockerfile

guillaumelecerf commented 9 years ago

BTW the code seems duplicated in lib/command/build.js ? @makeusabrew ?

makeusabrew commented 9 years ago

Yep, I noticed that too. I was musing over how to start splitting up the huge main decking file and want to start with splitting out each command. That should be on a branch, my mistake. It's not used at present. On 24 Feb 2015 10:34, "Guillaume Lecerf" notifications@github.com wrote:

BTW the code seems duplicated in lib/command/build.js ? @makeusabrew https://github.com/makeusabrew ?

— Reply to this email directly or view it on GitHub https://github.com/meetfinch/decking/pull/85#issuecomment-75733341.

makeusabrew commented 9 years ago

Sorry; gmail collapsed your comment and original request into one thread - I thought this was just a comment on the code!

Thanks for the fix :)