1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-11-27 22:18:22 +02:00

run image as user fetchmail

This commit is contained in:
Otto Schreibke
2016-10-26 13:38:19 +02:00
parent 993492bc78
commit 42cfc50bd8

View File

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