Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 249 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 249 Bytes

webfatorial/docker-bundler

A Ruby Bundler Docker Images. This container execute a bundler install in a working folder

Docker Compose example

bundler:
    image: webfatorial/bundler
    volumes:
        - ./:/app
    working_dir: /app