Commit 8f40c7cb authored by NetOps's avatar NetOps
Browse files

Add new file

parent 5a557703
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 zuul-0.0.1-SNAPSHOT.jar zuul-0.0.1-SNAPSHOT.jar
ENTRYPOINT ["java", "-jar", "/zuul-0.0.1-SNAPSHOT.jar"]
EXPOSE 8081
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