mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 16:25:49 +00:00
Delete Dockerfile
This commit is contained in:
parent
0b344bb88b
commit
cdc976ff6f
1 changed files with 0 additions and 5 deletions
|
@ -1,5 +0,0 @@
|
|||
FROM adoptopenjdk/openjdk11
|
||||
CMD ["./mvnw", "clean", "package"]
|
||||
ARG JAR_FILE_PATH=target/*.jar
|
||||
COPY ${JAR_FILE_PATH} spring-petclinic.jar
|
||||
ENTRYPOINT ["java", "-jar", "spring-petclinic.jar"]
|
Loading…
Reference in a new issue