Files
containers/bitnami/jruby/docker-compose.yml
Bitnami Bot 6bcd6f62c2 [bitnami/jruby] Release 9.4.0-0-debian-11-r0 (#15987)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
2022-12-06 11:15:50 +00:00

12 lines
294 B
YAML

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