Sha256: 8901ea06744535772673a137792da2e9ef50af4277bd92ee9b8efe596b24cd47
Contents?: true
Size: 315 Bytes
Versions: 11
Compression:
Stored size: 315 Bytes
Contents
version: '3' services: ruby: build: . volumes: - bundle_cache:/bundle - .:/app environment: - BUNDLE_JOBS=5 - BUNDLE_PATH=/bundle - BUNDLE_BIN=/bundle/bin - GEM_HOME=/bundle - DOCKER_CONTAINER=1 command: - docker/start.sh volumes: bundle_cache:
Version data entries
11 entries across 11 versions & 2 rubygems