Skip to content

yk-tanigawa/docker-bundler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

docker-bundler

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

Docker Compose example

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

change log

About

Ruby Bundler Docker images

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 100.0%