From dbe31e38a3d599dbb379a028324dbea1442b27d7 Mon Sep 17 00:00:00 2001 From: Raphael Amoedo Date: Tue, 1 Jan 2019 23:23:03 -0200 Subject: [PATCH] Remove comment on Dockerfile --- cukedoctor-main/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/cukedoctor-main/Dockerfile b/cukedoctor-main/Dockerfile index d89e2bd1..29b1a363 100644 --- a/cukedoctor-main/Dockerfile +++ b/cukedoctor-main/Dockerfile @@ -7,5 +7,4 @@ VOLUME /output ENV JAVA_OPTS="" -#ENTRYPOINT ["java", "-jar", "cukedoctor.jar"] ENTRYPOINT ["/entrypoint.sh"]