From abadeae350abcaab8b79cae66a979ba8c5920129 Mon Sep 17 00:00:00 2001 From: dhirsch1 Date: Sun, 6 Aug 2023 11:58:48 +0300 Subject: [PATCH] Adding line that will be used later --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 7d3323e70..836eb3558 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,4 +7,5 @@ ENV POSTGRES_URL jdbc:postgresql://postgres/petclinic ENV JAVA_OPTS "-Dspring.profiles.active=postgres -Xmx2g" EXPOSE 8080 COPY target/*.jar /opt/app.jar +ENV JAVA_TOOL_OPTIONS $CONTRAST_OPTS -Dcontrast.application.group=craft.petclinic ENTRYPOINT exec java $JAVA_OPTS -jar app.jar