Sha256: c7eeb1c7dba7f70e4e9de63e4c170f04352fdf750b611172fb51e859b0381992
Contents?: true
Size: 386 Bytes
Versions: 2
Compression:
Stored size: 386 Bytes
Contents
version: '2' services: base: &base image: ruby:2.4.0 working_dir: /home/app/azeroth volumes: - .:/home/app/azeroth - azeroth_gems_2_4_0:/usr/local/bundle #################### CONTAINERS #################### azeroth: <<: *base container_name: azeroth command: /bin/bash -c 'bundle install && bundle exec rspec' volumes: azeroth_gems_2_4_0:
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
azeroth-0.0.3 | docker-compose.yml |
azeroth-0.0.2 | docker-compose.yml |