Sha256: d97ffa68d82f371e41d9f51f2cf875a3774dafe55e6fd39c8261387ce82d0508

Contents?: true

Size: 181 Bytes

Versions: 1

Compression:

Stored size: 181 Bytes

Contents

version: '3'
services:
  app:
    build: .
    volumes:
      - './:/app:delegated'
      - bundle_path:/bundle
    environment:
      - BUNDLE_PATH=/bundle
volumes:
  bundle_path:

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
resque_unit_without_mock-0.1.2 docker-compose.yml