From 613568be8b416ca551b652bfa98110cad19270e7 Mon Sep 17 00:00:00 2001 From: Mohit Kumar <162154589+mohitkumar1313@users.noreply.github.com> Date: Thu, 26 Sep 2024 20:23:15 -0400 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 679f330d6..7ade831fd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,4 +24,4 @@ RUN ./mvnw clean package -DskipTests EXPOSE 8080 # Run the Spring Boot application with the correct JAR version -ENTRYPOINT ["java", "-jar", "target/spring-petclinic-3.3.0-SNAPSHOT.jar"] +ENTRYPOINT ["java", "-jar", "target/spring-petclinic-3.3.0-SNAPSHOT.jar", "--spring.profiles.active=mysql"]