From cba9373bfee95fce7f14c7cb31e00ab75c9304d2 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sat, 5 Sep 2020 16:02:39 -0500 Subject: [PATCH] =?UTF-8?q?refactor(directory):=20=E2=99=BB=20exclude=20da?= =?UTF-8?q?ta=20from=20docker=20context?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/.dockerignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/services/.dockerignore b/services/.dockerignore index cc2f2d9a9..9b60934b2 100644 --- a/services/.dockerignore +++ b/services/.dockerignore @@ -30,4 +30,5 @@ README.md **/azure-pipelines*.yaml **/*.sln -**/*.sln.DotSettings \ No newline at end of file +**/*.sln.DotSettings +directory/data/* \ No newline at end of file