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

Create Dockerfile

1 merge request!62Create Dockerfile
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