bitnami-containers/bitnami/jruby/docker-compose.yml

15 lines
358 B
YAML

# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
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