Files
containers/bitnami/ruby/2.4/debian-9/docker-compose.yml
Bitnami Bot 5136a21436 2.4.4-debian-9-r0 release
Update ruby to 2.4.4
2018-07-06 08:51:58 +00:00

12 lines
284 B
YAML

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