Skip to content

Commit

Permalink
Add Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
simonacca committed May 29, 2016
1 parent fb1bdc4 commit d4ef375
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Dockerfile
@@ -0,0 +1,10 @@
FROM python:3.5-alpine
MAINTAINER Simone Accascina <simon@accascina.me>

ADD . /app/
WORKDIR /app

RUN python setup.py install

EXPOSE 5254
CMD ["zattd", "-c", "/app/zatt.conf"]

0 comments on commit d4ef375

Please sign in to comment.