From 21d19d170dfcd58523b569dd5d2a930d73473b9a Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Wed, 26 Jul 2017 00:49:16 +0700 Subject: [PATCH] Exclude generateIntrospectionResult from dockerignore --- .dockerignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index e413ac5ea..80bb20e2c 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,9 +1,10 @@ # excluded because we'll likely need to rebuild this. node_modules -# scripts are used during development and testing, not +# most scripts are used during development and testing, not # production. scripts +!scripts/generateIntrospectionResult.js # documentation should not be visable in production. docs