harbur / captain

Captain - Convert your Git workflow to Docker :whale: containers
MIT License
766 stars 51 forks source link

Issue 30 Add support for build args #47

Closed dkapanidis closed 8 years ago

dkapanidis commented 8 years ago

Fixes #30

Added support for build args in captain.yaml format

Example of captain.yaml:

hello-world:
  build: Dockerfile
  image: harbur/hello-world
  build_arg:
    NODE_ENV: production
dgil commented 8 years ago

LGTM