Skip to content

Commit

Permalink
Add Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ApsOps committed Nov 9, 2017
1 parent b3f85f1 commit d805e0c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM openjdk:8-jre
MAINTAINER Amanpreet Singh<[email protected]>

RUN wget https://s3.amazonaws.com/datapipeline-us-east-1/us-east-1/software/latest/TaskRunner/TaskRunner-1.0.jar

ENTRYPOINT ["java", "-jar", "TaskRunner-1.0.jar"]

0 comments on commit d805e0c

Please sign in to comment.