Sha256: 1bdde2fc416e2b6fdf04f22019ebf80092672c4df76021b59d252c772d3a3b16
Contents?: true
Size: 714 Bytes
Versions: 1
Compression:
Stored size: 714 Bytes
Contents
version: '3.5' services: ruby_gem: image: handsomefencer/roro build: context: . dockerfile: mise/containers/ruby_gem/Dockerfile environment: - RUBY_VERSION='2.5' dev: build: context: . dockerfile: mise/containers/ruby_gem/Dockerfile working_dir: /usr/src volumes: - .:/usr/src roro: build: context: . dockerfile: mise/containers/ruby_gem/Dockerfile image: handsomefencer/roro guard: build: context: . dockerfile: mise/containers/ruby_gem/Dockerfile working_dir: /usr/src volumes: - .:/usr/src environment: - RAILS_ENV=development command: bundle exec guard --no-bundler-warning
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
roro-0.3.33 | docker-compose.yml |