Skip to content

Commit

Permalink
#38 Add Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose committed Jan 4, 2018
1 parent d553a15 commit ea4cb27
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
FROM python:3.5-slim-jessie

LABEL maintainer="labs@idealista.com"

EXPOSE 8089

RUN pip install prom2teams
COPY config.ini /opt/prom2teams/config.ini

ENTRYPOINT ["prom2teams", "--configpath", "/opt/prom2teams/config.ini"]

0 comments on commit ea4cb27

Please sign in to comment.