Commit 2912aac5 authored by Muhammad Tehami's avatar Muhammad Tehami 💡

Dockerfile added

parent ce2a8000
FROM java:8-jdk-alpine
COPY ./target/spring-petclinic-2.2.0.BUILD-SNAPSHOT.jar /usr/app/
WORKDIR /usr/app
EXPOSE 8080
ENTRYPOINT ["java", "-jar", "spring-petclinic-2.2.0.BUILD-SNAPSHOT.jar"]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment