mauricioklein / docker-compose-api

A Docker Compose parser for Ruby
MIT License
33 stars 25 forks source link

Support dockerfile key in compose feature #37

Closed autotelik closed 7 years ago

autotelik commented 7 years ago

Fixes bug when building the command via join but No Cmd present in hash - cannot join on nil

Adds support for non standard dockerfile names in a compose file for example

techno:
  build: .
  dockerfile: Dockerfile-techno

Would previously fail as would attempt to to build via Dockerfile, now correctly uses Dockerfile-techno