From d209d02238c3b32219c0c9c0455def542bbae114 Mon Sep 17 00:00:00 2001 From: Malaber <32635600+Malaber@users.noreply.github.com> Date: Thu, 20 Jun 2019 19:56:04 +0200 Subject: [PATCH] Add test & spec folder to docker container It would have been nicer to also exclude the test and spec folder within the production container, saving some space within that, but the docker COPY statement doesn't allow for that without a workaround. So this is what we will do for now I guess. --- .dockerignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/.dockerignore b/.dockerignore index a955123..f2ae362 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,6 +1,4 @@ .git -test/** -spec/** tmp/** .gitignore .hound.yml