Commit 5f49ecae authored by Pradeep Thimmireddy's avatar Pradeep Thimmireddy

Update Dockerfile

parent 6b55670d
FROM openjdk:11-jre-slim
COPY --from=build target/inventory-0.0.1-SNAPSHOT.jar /usr/local/lib/inventory.jar
COPY target/inventory-0.0.1-SNAPSHOT.jar /usr/local/lib/inventory.jar
EXPOSE 8080
ENTRYPOINT ["java","-jar","/usr/local/lib/inventory.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