From 45af54e4e4c9d362bcc9fee10f8bb95e472e8c5a Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Mon, 9 Jun 2025 22:08:01 +0000 Subject: [PATCH] do not ignore data directory, just the contents; allows creating the sqlite db inside --- crawler/.dockerignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crawler/.dockerignore b/crawler/.dockerignore index 1269488..bae06e6 100644 --- a/crawler/.dockerignore +++ b/crawler/.dockerignore @@ -1 +1 @@ -data +data/**