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

23
.dockerignore Normal file
View File

@ -0,0 +1,23 @@
# git
.git
.gitignore
README.md
# Rails
.env
sample.env
*.rbc
capybara-*.html
.rspec
log
tmp
/db/**/*.sqlite3
/db/**/*.sqlite3-journal
/db/production
public/system
public/assets
public/gl
coverage/
spec/tmp
.rvmrc
.byebug_history