From d9fd412e0e3e9112c017d40dbdf0ec5a5ddb1d69 Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Fri, 21 Apr 2017 14:49:13 +0200 Subject: [PATCH] Update dockerignore ignore dist and sites As of now, it does nothing (`/dist/` doesn't filter the dist folder) and sending anything from `dist` doesn't make sense as it's mounted anyway. Removing the traefik binary from whitelist as the integration script compiles the binary before running, so we don't need to send it via the build context. Signed-off-by: Vincent Demeester --- .dockerignore | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.dockerignore b/.dockerignore index 87982c34c..c560d7624 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,3 +1,2 @@ -/dist/ -!/dist/traefik -/site/ +dist/ +site/