From ce2c4c8eaa2ad38f76db15b71e9985cfd099aab8 Mon Sep 17 00:00:00 2001 From: Pagan Gazzard Date: Tue, 24 Feb 2015 16:24:21 +0000 Subject: [PATCH] Add .dockerignore and Dockerfile to the .dockerignore, this stops the temporary Dockerfile from invalidating the docker cache. --- .dockerignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.dockerignore b/.dockerignore index f88a4cb2..97d42554 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,4 +1,6 @@ +.dockerignore .git node_modules +Dockerfile Dockerfile.* Makefile