aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/dockerfile/grpc_node/Dockerfile
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-02-20 09:41:35 -0800
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-02-20 09:41:35 -0800
commitd5bb9a3c934f4687845292a1700a6328f5a23a56 (patch)
treebcd2c337ce3502927eba1a5216edd933078615d1 /tools/dockerfile/grpc_node/Dockerfile
parent987d1cfb25672a0942ef9f44c9c04afb52c9443f (diff)
parent1b2f9020754a02f96d80fad7e23d46f9104df9b9 (diff)
Merge github.com:grpc/grpc into copyright
Diffstat (limited to 'tools/dockerfile/grpc_node/Dockerfile')
-rw-r--r--tools/dockerfile/grpc_node/Dockerfile7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/dockerfile/grpc_node/Dockerfile b/tools/dockerfile/grpc_node/Dockerfile
index ce582d2ef1..59aa8cfd1c 100644
--- a/tools/dockerfile/grpc_node/Dockerfile
+++ b/tools/dockerfile/grpc_node/Dockerfile
@@ -11,4 +11,11 @@ RUN make install_c -C /var/local/git/grpc
RUN cd /var/local/git/grpc/src/node && npm install && node-gyp rebuild
+# Add a cacerts directory containing the Google root pem file, allowing the
+# ruby client to access the production test instance
+ADD cacerts cacerts
+
+# Add a service_account directory containing the auth creds file
+ADD service_account service_account
+
CMD ["/usr/bin/nodejs", "/var/local/git/grpc/src/node/interop/interop_server.js", "--use_tls=true", "--port=8040"] \ No newline at end of file