From eb2cf633247e621a33e20b4e50fc00ce30c0369b Mon Sep 17 00:00:00 2001 From: Roy Crihfield Date: Wed, 18 Oct 2023 13:17:43 -0500 Subject: [PATCH] dockerignore --- .dockerignore | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.dockerignore b/.dockerignore index c004e5dd..9bcd6634 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,10 +1,7 @@ -# localnet-setup -localnet-setup - -# build -build +Dockerfile **/node_modules +init.sh -Dockerfile -init.sh \ No newline at end of file +build +localnet-setup \ No newline at end of file