Add expose instructions in Dockerfiles, fixes #392
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user