diff Dockerfile @ 4:23bf75606304

add entrypoint.sh and tweak Dockerfile
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Mon, 16 Sep 2019 22:46:57 +0900
parents e69b7ef7a2c9
children 6ad6aeabe992
line wrap: on
line diff
--- a/Dockerfile	Wed Sep 11 19:11:05 2019 +0900
+++ b/Dockerfile	Mon Sep 16 22:46:57 2019 +0900
@@ -13,5 +13,7 @@
 
 RUN wget https://services.gradle.org/distributions/gradle-5.6.2-bin.zip && unzip -d bin/gradle gradle-5.6.2-bin.zip
 RUN cd ThreadTest && ../bin/gradle/gradle-5.6.2/bin/gradle build
+RUN cd /java-8  && ./gradlew buildJars && cd /
 
-ENTRYPOINT ["java-8/bin/jpf"]
+COPY ./entrypoint.sh ./entrypoint.sh
+ENTRYPOINT ["sh","entrypoint.sh"]