diff --git a/Dockerfile b/Dockerfile index f93ec43..9c68d96 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,6 +33,8 @@ RUN npm -g install Haraka \ && npm -g install haraka-plugin-rspamd +USER root + # Port 80 is used for LetsEncrypt EXPOSE 25 80 587