From 2d0667233a2412dc029d51015bfaaca692186734 Mon Sep 17 00:00:00 2001 From: Darren Garvey Date: Sat, 28 Oct 2017 05:11:11 +0100 Subject: [PATCH] Add .dockerignore. (#3333) .gitignore should have uninteresting files listed, so acts as a good .dockerignore. Reduces the build context sent to the docker daemon from to 2.927GB (after building locally) to 66.66MB (:O). --- .dockerignore | 1 + 1 file changed, 1 insertion(+) create mode 120000 .dockerignore diff --git a/.dockerignore b/.dockerignore new file mode 120000 index 000000000000..3e4e48b0b5fe --- /dev/null +++ b/.dockerignore @@ -0,0 +1 @@ +.gitignore \ No newline at end of file