mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 14:55:50 +00:00
Use mysql profile in dockerfile
This commit is contained in:
parent
8d39bc64fd
commit
fc2a3d3992
1 changed files with 1 additions and 1 deletions
|
@ -16,4 +16,4 @@ WORKDIR /app
|
|||
COPY --from=build /project/build/libs/spring-petclinic-*.jar /app/java-application.jar
|
||||
COPY --from=build /project/metrics /app/metrics
|
||||
|
||||
ENTRYPOINT [ "java", "-Dspring.profiles.active=default", "-jar", "java-application.jar"]
|
||||
ENTRYPOINT [ "java", "-Dspring.profiles.active=mysql", "-jar", "java-application.jar"]
|
||||
|
|
Loading…
Reference in a new issue