Files
containers/bitnami/ruby/2.4/ol-7/docker-compose.yml
Bitnami Bot f61a8485bf 2.4.4-ol-7-r0 release
Update ruby to 2.4.4
2018-06-05 13:53:59 +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.4-ol-7'
# command: sh -c 'bundle install && bundle exec rails server -b 0.0.0.0 -p 3000'
ports:
- 3000:3000
volumes:
- .:/app