Files
bob-builder/README.md
T
2018-10-02 14:33:11 -04:00

383 B

bob-the-builder: Builds images, from your code.

UNDER DEVELOPMENT

Usage

# Build a Dockerfile-based image.
$ bob-builder <code-path> <image-name>
Building with orca-build.

# Build a Buildpack-style repo.
$ bob-builder <code-path> <image-name>
Building with Heroku-ish.

# Push to registry too.
$ bob-builder <path-to-code> <image-name> --push