Adding line that will be used later

This commit is contained in:
dhirsch1 2023-08-06 11:58:48 +03:00
parent 6c1097c022
commit abadeae350

View file

@ -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