Skip to content
Snippets Groups Projects
Commit 01b851f8 authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

Fixed run server command in csharp_mono dockerfile.

parent b0829eba
No related branches found
No related tags found
No related merge requests found
...@@ -51,5 +51,5 @@ ADD cacerts cacerts ...@@ -51,5 +51,5 @@ ADD cacerts cacerts
# Add a service_account directory containing the auth creds file # Add a service_account directory containing the auth creds file
ADD service_account service_account ADD service_account service_account
# TODO: add command to run the interop server # Run the C# Interop Server
CMD ["/bin/bash", "-l"] CMD ["/bin/bash", "-l", "-c", "cd /var/local/git/grpc/src/csharp/Grpc.IntegrationTesting.Server/bin/Debug && mono Grpc.IntegrationTesting.Server.exe --use_tls=true --port=8070"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment