Skip to content

Commit

Permalink
Add Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Volz <julius.volz@gmail.com>
  • Loading branch information
juliusv committed Oct 27, 2020
1 parent fc2649e commit 36f5e11
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 quay.io/prometheus/busybox:latest
MAINTAINER Julius Volz <julius.volz@gmail.com>

COPY prometheus_demo_service /bin/prometheus_demo_service

EXPOSE 8080
ENTRYPOINT [ "/bin/prometheus_demo_service" ]

0 comments on commit 36f5e11

Please sign in to comment.