From 615af9ff0d0ee7b085b36ee09ef9b63d2322a6bf Mon Sep 17 00:00:00 2001 From: Michael Irwin Date: Tue, 22 Nov 2022 22:10:33 -0500 Subject: [PATCH] Add app/Dockerfile to both docker and gitignore files Signed-off-by: Michael Irwin --- .dockerignore | 3 ++- .gitignore | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index b512c09..f6583ff 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1 +1,2 @@ -node_modules \ No newline at end of file +node_modules +app/Dockerfile \ No newline at end of file diff --git a/.gitignore b/.gitignore index 3c3629e..f6583ff 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ node_modules +app/Dockerfile \ No newline at end of file