From 207bc2bf34ea95aeacf638bef45fb47e415f6476 Mon Sep 17 00:00:00 2001 From: nobohan Date: Mon, 23 Aug 2021 21:55:34 +0200 Subject: [PATCH] add node_modules in gitingore for speeding the docker images builds --- .dockerignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index 4062cf0..16741c6 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1 +1,2 @@ -vendor/GeoNature-citizen/frontend/node_modules \ No newline at end of file +vendor/GeoNature-citizen/frontend/node_modules +node_modules/ \ No newline at end of file