Merge branch 'master' into feat-abstract-db

This commit is contained in:
kaiyou
2018-10-10 08:41:56 +02:00
committed by GitHub
28 changed files with 430 additions and 43 deletions

View File

@@ -2,11 +2,13 @@ FROM alpine:3.8
RUN apk add --no-cache postfix postfix-pcre rsyslog \
python3 py3-pip \
&& pip3 install jinja2 podop
&& pip3 install --upgrade pip
&& pip3 install jinja2 podop tenacity
COPY conf /conf
COPY start.py /start.py
EXPOSE 25/tcp 10025/tcp
VOLUME ["/data"]
CMD /start.py