Files
containers/bitnami/ruby/3.0/debian-11/docker-compose.yml
Bitnami Bot 4b94988053 [bitnami/ruby] Release 3.0.6-debian-11-r28 (#39029)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
2023-06-27 08:34:38 +02:00

15 lines
356 B
YAML

# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
version: '2'
services:
ruby:
tty: true # Enables debugging capabilities when attached to this container.
image: docker.io/bitnami/ruby:3.0
# command: sh -c 'bundle install && bundle exec rails server -b 0.0.0.0 -p 3000'
ports:
- 3000:3000
volumes:
- .:/app