Files
containers/bitnami/ruby/2.1/docker-compose.yml
Bitnami Bot 843aa5ab80 2.1.10-r0 release
This release updates requirements and adds support for different release series in GitHub
2017-02-21 14:58:47 +00:00

12 lines
282 B
YAML

version: '2'
services:
ruby:
tty: true # Enables debugging capabilities when attached to this container.
image: bitnami/ruby:2.1
# command: sh -c 'bundle install && bundle exec rails server -b 0.0.0.0 -p 3000'
ports:
- 3000:3000
volumes:
- .:/app