Files
containers/bitnami/ruby/2.5/ol-7/docker-compose.yml
Bitnami Bot a7e5b30a7b 2.5.1-ol-7-r0 release
Update ruby to 2.5.1
2018-06-05 13:47:33 +00:00

12 lines
289 B
YAML

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