docker image size reduced from 1.61gb to 1.57 gb (#1099)

* Added dockerignore file for reducing the docker image size

* reduced docker image size by adding .dockerignore file
This commit is contained in:
Anusree Prakash
2020-01-03 04:44:07 +05:30
committed by Jeffrey Warren
parent f0712db0ae
commit ac6e3d0e84

36
.dockerignore Normal file
View File

@@ -0,0 +1,36 @@
.dockerignore
.git
.gitignore
.make
*.log
/*.md
dist
docker-compose*.yml
Dockerfile
docs
Makefile
tmp
node_modules
.rubocop.yml
.travis.yml
.sass-cache
.idea/
DS_Store
coverage/
coverage_report/
.byebug_history
coverage_report/
test/reports/
/.bundle
*.swp
*.swo
log/
todo.txt
.sass-cache
.byebug_history
coverage_report/
test/reports/
yarn-error.log
.idea/