Put the mailman.cfg in /etc instead of custom /config/ dir. (#39)

This commit is contained in:
Abhilash Raj
2017-05-28 13:17:13 -07:00
committed by GitHub
parent f60511bc45
commit f920f88165
3 changed files with 6 additions and 10 deletions

View File

@@ -19,7 +19,7 @@ EXPOSE 8001
ENTRYPOINT ["/opt/run.sh"]
ENV MAILMAN_CONFIG_FILE /config/mailman.cfg
ENV MAILMAN_CONFIG_FILE /etc/mailman.cfg
RUN adduser -S mailman