From cb626d1c49cc20ea19e56fe68b8561bc91704ea2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Thu, 12 Sep 2019 11:41:42 -0400 Subject: [PATCH] Add node_modules to .dockerignore --- .dockerignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.dockerignore b/.dockerignore index 18395c2..9fe5e2f 100644 --- a/.dockerignore +++ b/.dockerignore @@ -2,3 +2,4 @@ .gitignore Dockerfile README.md +node_modules