From d63df03b8db1bd37acc2d88c6b3aac61402c90d7 Mon Sep 17 00:00:00 2001 From: Lucjan Bryndza Date: Wed, 11 Mar 2020 12:09:42 +0100 Subject: Testsuite docker build fix Configuration files authorization and lighttpd.conf are in the excluded docker directory in .dockerignore so the container won't build. Copying all files also causes to copy files not used in runtime. Signed-off-by: Lucjan Bryndza Issue-ID: TEST-229 Change-Id: I3591dc686e1d2e3f1ce2982a5f6953bf02007634 --- .dockerignore | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.dockerignore') diff --git a/.dockerignore b/.dockerignore index 0ea94323..74055650 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,5 +1,4 @@ -docker/ -Dockerfile +docker/Dockerfile .dockerignore .git/ .gitattributes @@ -7,4 +6,4 @@ Dockerfile .gitreview .idea/ .project -.pydevproject \ No newline at end of file +.pydevproject -- cgit 1.2.3-korg