Skip to content

Commit

Permalink
Merge pull request #23 from pataquets/master
Browse files Browse the repository at this point in the history
Add Docker support
  • Loading branch information
naemono authored Jan 21, 2020
2 parents 8876306 + 0fa3890 commit 23c9706
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM python:2-slim

COPY . /usr/src/elasticstat/
WORKDIR /usr/src/elasticstat/

RUN pip install --no-cache .

ENTRYPOINT [ "python", "./elasticstat/elasticstat.py" ]
CMD [ "--help" ]

0 comments on commit 23c9706

Please sign in to comment.