add Dockerfile and docker-compose.yml

This commit is contained in:
Josh
2018-06-20 15:24:39 -04:00
parent 8790640fb0
commit 78976f3f51
4 changed files with 73 additions and 0 deletions

6
bin/start Executable file
View File

@ -0,0 +1,6 @@
#!/bin/bash
bundle exec rake db:create
bundle exec rake db:migrate
exec bundle exec puma -C config/puma.rb