mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 16:25:49 +00:00
Update Dockerfile
This commit is contained in:
parent
6f71e35d89
commit
47a7d603f8
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM adoptopenjdk/openjdk11 # 17버전 openjdk:17.0.2-oracle
|
||||
FROM adoptopenjdk/openjdk11
|
||||
CMD ["./mvnw", "clean", "package"]
|
||||
ARG JAR_FILE_PATH=target/*.jar
|
||||
COPY ${JAR_FILE_PATH} spring-petclinic.jar
|
||||
|
|
Loading…
Reference in a new issue