Add expose instructions in Dockerfiles, fixes #392

This commit is contained in:
kaiyou
2018-04-21 14:46:01 +02:00
parent 62d1a0c104
commit d1dbba2d3a
7 changed files with 14 additions and 0 deletions

View File

@@ -5,4 +5,6 @@ RUN apk add --no-cache postfix postfix-sqlite postfix-pcre rsyslog python py-jin
COPY conf /conf
COPY start.py /start.py
EXPOSE 25/tcp 10025/tcp
CMD /start.py