|
|
@ -34,7 +34,7 @@ RUN git clone --recursive --depth 1 https://github.com/grpc/grpc-java.git /var/l |
|
|
|
RUN cd /var/local/git/grpc-java/lib/netty && \ |
|
|
|
RUN cd /var/local/git/grpc-java/lib/netty && \ |
|
|
|
mvn -pl codec-http2 -am -DskipTests install clean |
|
|
|
mvn -pl codec-http2 -am -DskipTests install clean |
|
|
|
RUN cd /var/local/git/grpc-java && \ |
|
|
|
RUN cd /var/local/git/grpc-java && \ |
|
|
|
./gradlew build |
|
|
|
./gradlew build installDist |
|
|
|
|
|
|
|
|
|
|
|
# Specify the default command such that the interop server runs on its known testing port |
|
|
|
# Specify the default command such that the interop server runs on its known testing port |
|
|
|
CMD ["/var/local/git/grpc-java/run-test-server.sh", "--use_tls=true", "--port=8030"] |
|
|
|
CMD ["/var/local/git/grpc-java/run-test-server.sh", "--use_tls=true", "--port=8030"] |
|
|
|