mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 23:05:49 +00:00
updated docker file
This commit is contained in:
commit
872b2651e8
1 changed files with 5 additions and 1 deletions
|
@ -11,4 +11,8 @@ COPY target/spring-petclinic-3.3.0-SNAPSHOT.jar .
|
|||
EXPOSE 8888
|
||||
|
||||
# Set the entry point to run the JAR file
|
||||
<<<<<<< HEAD
|
||||
ENTRYPOINT ["java", "-jar", "spring-petclinic-3.3.0-SNAPSHOT.jar"]
|
||||
=======
|
||||
ENTRYPOINT ["java", "-jar", "spring-petclinic-3.3.0-SNAPSHOT.jar"]
|
||||
>>>>>>> 8307f0d9db8a3ee317049aaf2831afada88ce7f1
|
||||
|
|
Loading…
Reference in a new issue