Merge branch 'master' into 'fix-localpart-chars'

This commit is contained in:
mergify-bot
2018-12-21 14:48:36 +01:00
2 changed files with 1 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ COPY start.py /start.py
RUN pybabel compile -d mailu/translations
EXPOSE 80/tcp
VOLUME ["/data"]
VOLUME ["/data","/dkim"]
ENV FLASK_APP mailu
CMD /start.py