From fffd3a723587ab5a814ff767ee29d824b78c2950 Mon Sep 17 00:00:00 2001 From: Charissa Miller <48832936+clemiller@users.noreply.github.com> Date: Tue, 20 Feb 2024 15:09:03 -0500 Subject: [PATCH] update dockerignore --- .dockerignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.dockerignore b/.dockerignore index c2658d7d1..b5caeaf2e 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1 +1,3 @@ node_modules/ +tests/ +*.spec.ts \ No newline at end of file