Sha256: c3c2367bcdb6f81ea5652e0c8539936cb66a388feb5a5884f01794e5f8501241

Contents?: true

Size: 453 Bytes

Versions: 1

Compression:

Stored size: 453 Bytes

Contents

# To run the container and rebuild the gem:
# docker-compose run --rm app bash
# > bin/rebuild.sh
services:
  app:
    build: .
    volumes:
      - .:/app
      - bundle_cache:/usr/local/bundle
    command: /bin/bash
    stdin_open: true
    tty: true
    environment:
      - BUNDLE_PATH=/usr/local/bundle
      - BUNDLE_APP_CONFIG=/usr/local/bundle
    network_mode: bridge

volumes:
  bundle_cache:  # Persists installed gems between container runs

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
buildium-ruby-3.1.0 docker-compose.yml