Files
containers/bitnami/ruby/docker-compose.yml
Bitnami Bot cad5d2aee4 [bitnami/ruby] Release 3.3.1-debian-12-r2 (#66258)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
2024-05-07 09:59:58 +02:00

15 lines
379 B
YAML

# Copyright Broadcom, Inc. All Rights Reserved.
# 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.3
# command: sh -c 'bundle install && bundle exec rails server -b 0.0.0.0 -p 3000'
ports:
- 3000:3000
volumes:
- .:/app