Dockerize! Startup with docker-compose up

Make sure to docker-compose build first
This commit is contained in:
Jason Denney
2016-02-25 13:36:01 -08:00
parent fd5d4798b0
commit 4fe8865aca
7 changed files with 122 additions and 64 deletions
-1
View File
@@ -45,7 +45,6 @@ group :test do
gem 'launchy', '~> 2.4.2'
gem 'spork', '~> 0.9.2'
#guard dependency for Mac OS 10
gem 'rb-fsevent', :require => false if RUBY_PLATFORM =~ /darwin/i
gem 'guard-spork', '~> 1.5.1'
gem 'guard-rspec', '~> 4.2.6'
end