Sha256: fedbb32a775f8771206c35f359fa17dfd865340b2b9d7eed38cd84aa239ceaae
Contents?: true
Size: 321 Bytes
Versions: 53
Compression:
Stored size: 321 Bytes
Contents
.PHONY: all build clean shell test all: clean build test build: docker build -t simplybusiness/ruby-dev:2.6.5 . clean: rm -f *~ shell: docker run -it \ -v `pwd`:/var/app \ simplybusiness/ruby-dev:2.6.5 \ bash test: docker run -it \ -v `pwd`:/var/app \ simplybusiness/ruby-dev:2.6.5 \ bundle exec rake test
Version data entries
53 entries across 53 versions & 1 rubygems