mirror of
https://github.com/publiclab/mapknitter.git
synced 2025-12-05 16:00:00 +01:00
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:
committed by
Jeffrey Warren
parent
f0712db0ae
commit
ac6e3d0e84
36
.dockerignore
Normal file
36
.dockerignore
Normal 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/
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user