Sha256: 7022ee896c228f1a1f5c4527a77b52525effa3dbd5bc3c33a43f7b9726c34fb4
Contents?: true
Size: 647 Bytes
Versions: 3
Compression:
Stored size: 647 Bytes
Contents
version: '3.4' services: new_rails: build: context: . target: new_rails dockerfile: Dockerfile.init volumes: - .:/app/<%= app_name %> - gem_cache:/gems bundle: build: context: . target: bundle_for_lockfile dockerfile: Dockerfile.init volumes: - .:/app/<%= app_name %> - gem_cache:/gems install_webpacker: build: context: . target: install_webpacker dockerfile: Dockerfile.init volumes: - .:/app/<%= app_name %> - gem_cache:/gems - node_modules:/app/<%= app_name %>/node_modules volumes: gem_cache: node_modules:
Version data entries
3 entries across 3 versions & 1 rubygems