From 69ec9649d7b10a7fdb5331c446b25951c73066a2 Mon Sep 17 00:00:00 2001 From: Nehal Patel Date: Thu, 7 Oct 2021 01:29:33 -0500 Subject: [PATCH] Update .dockerignore comment --- .dockerignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index 3e9c7d3..d11b9a6 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,5 +1,5 @@ # Prevent Git history from leaking **/.git -# Force fresh build +# `npm ci` makes this redundant, but it's a good practice **/node_modules \ No newline at end of file