mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 07:15:49 +00:00
open port 8080
This commit is contained in:
parent
86e48d82b0
commit
f2f5b19c28
1 changed files with 2 additions and 0 deletions
|
@ -9,4 +9,6 @@ RUN ./mvnw dependency:resolve
|
|||
|
||||
COPY src ./src
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
CMD ["./mvnw", "spring-boot:run"]
|
||||
|
|
Loading…
Reference in a new issue