mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 15:55:49 +00:00
Update Dockerfile
This commit is contained in:
parent
2b991e3cd8
commit
613568be8b
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue