Sha256: 54a02aaff025f0946a29bd39b499da38f770ef3823e571a5c255f96b1c8e8d3b
Contents?: true
Size: 449 Bytes
Versions: 1
Compression:
Stored size: 449 Bytes
Contents
version: '3' services: base: &base image: zyra working_dir: /home/app/app volumes: - .:/home/app/app base_build: <<: *base build: . command: echo done zyra: <<: *base container_name: zyra depends_on: [base_build] command: /bin/bash -c 'rspec' test_all: <<: *base depends_on: [base_build] command: /bin/bash -c 'rspec && yard && rake yardstick_measure && rake verify_measurements'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zyra-0.0.1 | docker-compose.yml |