summaryrefslogtreecommitdiff
path: root/.dockerignore
diff options
context:
space:
mode:
authorSergey Chebotar <s.chebotar@gmail.com>2023-06-13 08:59:22 +0300
committerSergey Chebotar <s.chebotar@gmail.com>2023-06-13 08:59:22 +0300
commitafdaabce8fb24f6fd46e387445c076f67a0c98ed (patch)
treec1051de754703a7e11f6162a874ccd6f3dfad2fe /.dockerignore
parent771b9216386eae996c9a018e591f15ced6edbb2c (diff)
Add content and databases to dockerignore
Diffstat (limited to '.dockerignore')
-rw-r--r--.dockerignore4
1 files changed, 3 insertions, 1 deletions
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