Commit 9f0064cc by luiz.nunes

Update Dockerfile

parent d19532b5
......@@ -6,7 +6,7 @@ EXPOSE 25
VOLUME ["/var/log", "/var/spool/postfix"]
RUN useradd -u 1001 -r -g 0 -d ${HOME} -s /sbin/nologin -c "Default Application User"
RUN useradd -D -u 1001 -r -g 0 -d ${HOME} -s /sbin/nologin -c "Default Application User"
USER 1001
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment