From afdaabce8fb24f6fd46e387445c076f67a0c98ed Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Tue, 13 Jun 2023 08:59:22 +0300 Subject: [PATCH] Add content and databases to dockerignore --- .dockerignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index 0aed759..e8bdd81 100644 --- a/.dockerignore +++ b/.dockerignore @@ -2,6 +2,7 @@ **/bin/ **/obj/ **/out/ +**/wwwroot/Content # files Dockerfile* @@ -9,4 +10,5 @@ Dockerfile* **/*.md **/*.ps1 **/*.cmd -**/*.sh \ No newline at end of file +**/*.sh +**/Database/*.db \ No newline at end of file