Files
containers/bitnami/ruby/2.5/docker-compose.yml
Bitnami Bot efbaa84b95 2.5.0-r0 release
Update ruby to 2.5.0
2018-02-20 09:13:56 +00:00

14 lines
333 B
YAML

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