Merge pull request #800 from coralproject/fix-docker-deploy

Exclude generateIntrospectionResult from dockerignore
This commit is contained in:
Kim Gardner
2017-07-25 13:55:50 -04:00
committed by GitHub
+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