mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:25:49 +00:00
update -Dspring.profiles.active=mysql
This commit is contained in:
parent
28f29c267a
commit
152664bd2c
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
from openjdk
|
from openjdk
|
||||||
COPY /target/spring*.jar pet-animal/
|
COPY /target/spring*.jar pet-animal/
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
CMD ["java","-jar","pet-animal/spring-petclinic-2.2.0.BUILD-SNAPSHOT.jar"]
|
CMD java -jar -Dspring.profiles.active=mysql pet-animal/*.jar
|
||||||
|
|
Loading…
Reference in a new issue