From aba2805016a81426e8b7c8bb177c1b9f29391af1 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Tue, 27 Jun 2017 21:40:20 +0300 Subject: [PATCH] Add conf/stack and static/build to .dockerignore If they get included into the container by accident, everything starts exploding --- .dockerignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.dockerignore b/.dockerignore index 911b9d41e..a5b1aab59 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,5 +1,6 @@ ./ci/ conf/stack +conf/stack/** screenshots tools test/data/registry @@ -24,3 +25,4 @@ coverage test/__pycache__ __pycache__ **/__pycache__ +static/build/** \ No newline at end of file