Move all directories per theme
This commit is contained in:
8
core/postfix/Dockerfile
Normal file
8
core/postfix/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM alpine
|
||||
|
||||
RUN apk add --no-cache postfix postfix-sqlite postfix-pcre rsyslog python py-jinja2
|
||||
|
||||
COPY conf /conf
|
||||
COPY start.py /start.py
|
||||
|
||||
CMD /start.py
|
||||
Reference in New Issue
Block a user