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"]