From cd2d39c3b0b3f1a66e41a90caaf79e52fdb8055c Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Mon, 16 Jun 2025 22:40:36 +0000 Subject: [PATCH] add dockerignore to ignore frontend as that is built separately --- crawler/.dockerignore | 1 + 1 file changed, 1 insertion(+) diff --git a/crawler/.dockerignore b/crawler/.dockerignore index bae06e6..d914a55 100644 --- a/crawler/.dockerignore +++ b/crawler/.dockerignore @@ -1 +1,2 @@ data/** +frontend