Unverified Commit 65f4c25a authored by vky25's avatar vky25 Committed by GitHub
Browse files

Created Dockerfile

parent b98e9d64
No related merge requests found
Showing with 6 additions and 0 deletions
+6 -0
Dockerfile 0 → 100644
FROM openjdk:11
MAINTAINER haridas <haridas.kakunje@tarento.com>
ADD target/grievance-0.0.1-SNAPSHOT.jar grievance-0.0.1-SNAPSHOT.jar
#ADD public/emails emails
ENTRYPOINT ["java", "-jar", "/grievance-0.0.1-SNAPSHOT.jar"]
EXPOSE 8088
Supports Markdown
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