mirror of
https://github.com/kennethreitz/bob-builder.git
synced 2026-06-05 23:20:17 +00:00
375 B
375 B
bob-builder: builds images, from your code.
UNDER DEVELOPMENT
Usage
# Build a Dockerfile-based image.
$ bob-builder <code-path> <image-name>
Building with Docker.
# 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