mauricioklein / docker-compose-api

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

Support context: and dockerfile: in build directive #48

Open onnimonni opened 5 years ago

onnimonni commented 5 years ago

With this enabled following notations from docker-compose.yml are also supported:

  service:
    build:
      context: docker/my-service/
      dockerfile: Dockerfile.dev