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