Sha256: fa69f16f5fd8d19e4a7b24465b65d6f9b8cddcd2cce5d1a21d2f5ec40bdcddf9
Contents?: true
Size: 279 Bytes
Versions: 5
Compression:
Stored size: 279 Bytes
Contents
version: '2' services: app: tty: true # Enables debugging capabilities when attached to this container. image: bitnami/ruby:3.0 # command: "sh -c 'bundle install && bundle exec rspec'" volumes: - .:/app # docker run -it --name ruby bitnami/ruby:2.7-prod
Version data entries
5 entries across 5 versions & 1 rubygems