From 8a68ccaffa374584b5d9531f9dbeae616bd971f5 Mon Sep 17 00:00:00 2001 From: Samuel Weibel Date: Thu, 9 Dec 2021 15:08:35 +0100 Subject: [PATCH] fix: dockerignore (#272) it wasn't properly ignoring the node_modules and thus the produced image was quite big. --- .dockerignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index 927eca3..b6eb6ce 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,3 +1,3 @@ .git .cache -node_modules \ No newline at end of file +app/node_modules