From be59fd9af79384ec7029ed6b93d5f0d4c63302a4 Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Mon, 9 May 2022 23:43:31 +0000 Subject: [PATCH] Exclude EE build dirs from Docker context (#3174) ## Proposed Changes Remove the bulky part of the EE integration test directory from the Docker build context so that we don't have to send 10GB of junk to the Docker daemon when building an image. --- .dockerignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.dockerignore b/.dockerignore index bafdf5961..738cc4a27 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,4 +1,5 @@ testing/ef_tests/consensus-spec-tests +testing/execution_engine_integration/execution_clients target/ *.data *.tar.gz