Commit 55552c01 authored by NetOps's avatar NetOps
Browse files

Added Dockerfile

parent 23ff044e
No related merge requests found
Showing with 6 additions and 0 deletions
+6 -0
Dockerfile 0 → 100644
FROM openjdk:8
MAINTAINER haridas <haridas.kakunje@tarento.com>
ADD analytics-0.0.1-SNAPSHOT.jar analytics-0.0.1-SNAPSHOT.jar
ENTRYPOINT ["java", "-jar", "/analytics-0.0.1-SNAPSHOT.jar"]
EXPOSE 8091
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