Sha256: c430044714db71ed2e901cee83b64bd7c5ea16bdabda154bcf3022c3ff682e9e
Contents?: true
Size: 590 Bytes
Versions: 2
Compression:
Stored size: 590 Bytes
Contents
version: '1' environment: DOCKER_RUBY_VERSION: 2.2 RUBY_IMAGE_TAG: 2.2-latest COMPOSE_FILE_EXT: development RAILS_ENV: test APRESS_GEMS_CREDENTIALS: "" compose: files: - docker-compose.yml - docker-compose.${COMPOSE_FILE_EXT}.yml interaction: sh: service: app irb: service: app command: irb bundle: service: app command: bundle rspec: service: app command: bundle exec rspec clean: service: app command: rm -f Gemfile.lock provision: - docker volume create --name bundler_data - dip clean - dip bundle install
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
keepit-0.1.1 | dip.yml |
keepit-0.1.0 | dip.yml |