Add the dockerfiles and the makefile to .dockerignore, so they don't take space on the image or invalidate the cache.

This commit is contained in:
Pagan Gazzard 2015-02-20 16:07:03 +00:00 committed by Pablo Carranza Vélez
parent d646c4b51e
commit a7f546db24

View File

@ -1,2 +1,4 @@
.git
node_modules
node_modules
Dockerfile.*
Makefile