diff --git a/Dockerfile b/Dockerfile index 5da5f12f5..1cd1cd4a9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,4 +18,4 @@ EXPOSE 8080 HEALTHCHECK --interval=30s --timeout=3s --start-period=40s --retries=3 \ CMD wget --no-verbose --tries=1 --spider http://localhost:8080/actuator/health || exit 1 -ENTRYPOINT ["sh", "-c", "java $JAVA_TOOL_OPTIONS -jar KONECT_API.jar"] +ENTRYPOINT ["java", "-jar", "KONECT_API.jar"]