mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:15:49 +00:00
Update Dockerfile
This commit is contained in:
parent
9f6cc885e0
commit
4f0cf8c88b
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
from openjdk
|
||||
COPY /target/spring*.jar pet-animal/
|
||||
EXPOSE 8080
|
||||
CMD ["java","-jar","pet-animal/spring-petclinic-2.2.0.BUILD-SNAPSHOT"]
|
||||
CMD ["java","-jar","pet-animal/spring-petclinic-2.2.0.BUILD-SNAPSHOT.jar"]
|
||||
|
|
Loading…
Reference in a new issue