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