mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 07:15:49 +00:00
added docker stage
This commit is contained in:
parent
61f520b8cb
commit
eb8dc550d7
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ FROM openjdk:17-jdk-alpine
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# Copy the JAR file from the host machine to the container
|
# Copy the JAR file from the host machine to the container
|
||||||
COPY target/spring-petclinic-3.3.0-SNAPSHOT.jar .
|
COPY target/spring-petclinic-3.3.0-SNAPSHOT.jar spring-petclinic-3.3.0-SNAPSHOT.jar
|
||||||
|
|
||||||
|
|
||||||
# Expose the port your application runs on
|
# Expose the port your application runs on
|
||||||
|
|
Loading…
Reference in a new issue