Add .dockerignore and Dockerfile to the .dockerignore, this stops the temporary Dockerfile from invalidating the docker cache.

This commit is contained in:
Pagan Gazzard 2015-02-24 16:24:21 +00:00 committed by Pablo Carranza Vélez
parent 5936e51676
commit ce2c4c8eaa

View File

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