mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:55:49 +00:00
Update Dockerfile
This commit is contained in:
parent
94113baf4f
commit
5695534817
1 changed files with 1 additions and 1 deletions
|
@ -10,4 +10,4 @@ RUN ./mvnw dependency:resolve
|
|||
|
||||
COPY src ./src
|
||||
|
||||
CMD ["./mvnw", "spring-boot:run"]
|
||||
CMD ["./mvnw", "spring-boot:run", "-Dspring-boot.run.profiles=mysql"]
|
Loading…
Reference in a new issue