Exclude generateIntrospectionResult from dockerignore

This commit is contained in:
Chi Vinh Le
2017-07-26 00:49:16 +07:00
parent fefbec032c
commit 21d19d170d
+2 -1
View File
@@ -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