forked from External/greenlight
add Dockerfile and docker-compose.yml
This commit is contained in:
23
.dockerignore
Normal file
23
.dockerignore
Normal 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
|
Reference in New Issue
Block a user