mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-24 00:35:49 +00:00
Adding line that will be used later
This commit is contained in:
parent
6c1097c022
commit
abadeae350
1 changed files with 1 additions and 0 deletions
|
@ -7,4 +7,5 @@ ENV POSTGRES_URL jdbc:postgresql://postgres/petclinic
|
||||||
ENV JAVA_OPTS "-Dspring.profiles.active=postgres -Xmx2g"
|
ENV JAVA_OPTS "-Dspring.profiles.active=postgres -Xmx2g"
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
COPY target/*.jar /opt/app.jar
|
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
|
ENTRYPOINT exec java $JAVA_OPTS -jar app.jar
|
||||||
|
|
Loading…
Reference in a new issue