mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 09:25:49 +00:00
Update Dockerfile
This commit is contained in:
parent
b973965dd0
commit
331f53b7bb
1 changed files with 1 additions and 1 deletions
|
@ -8,4 +8,4 @@ RUN ./mvnw package
|
|||
|
||||
EXPOSE 8080
|
||||
|
||||
CMD java -jar target/*.jar
|
||||
CMD ./mvnw spring-boot:run -Dspring-boot.run.profiles=mysql
|
||||
|
|
Loading…
Reference in a new issue