1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-08-10 22:31:47 +02:00

Fetchmail needs access to the database, fixes #110

This commit is contained in:
Pierre Jaury
2016-11-12 15:42:25 +01:00
parent 08e4e2ee86
commit e73b12ba55

View File

@@ -7,6 +7,4 @@ RUN apk add --update \
COPY fetchmail.py /fetchmail.py
USER fetchmail
CMD ["/fetchmail.py"]