diff options
author | Lucjan Bryndza <l.bryndza@samsung.com> | 2020-03-11 12:09:42 +0100 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-03-20 09:43:53 +0000 |
commit | d63df03b8db1bd37acc2d88c6b3aac61402c90d7 (patch) | |
tree | 8ceb857e2c64a002012ae35e42ae028ed27c58e9 /.dockerignore | |
parent | 61a38bb5cbfade51a27ac24cb5138c82fa8e2ca5 (diff) |
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 <l.bryndza@samsung.com>
Issue-ID: TEST-229
Change-Id: I3591dc686e1d2e3f1ce2982a5f6953bf02007634
Diffstat (limited to '.dockerignore')
-rw-r--r-- | .dockerignore | 5 |
1 files changed, 2 insertions, 3 deletions
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 |