Add lamp to apache group; Add VOLUME for ssh

This commit is contained in:
Deon George 2017-01-25 22:34:13 +11:00
parent c31d5a8f1e
commit 2722951f1e

View File

@ -57,8 +57,9 @@ COPY .my.cnf /root/
COPY 10-default.conf /etc/httpd/conf.d/
RUN ln -f /etc/.ln/httpd/conf.d/awstats.conf /etc/httpd/conf.d/awstats.conf && ln -f /etc/.ln/opendkim.conf /etc/opendkim.conf
RUN useradd -c "Hosting Admin User" -m lamp
RUN useradd -c "Hosting Admin User" -m lamp -G apache
VOLUME [ "/etc/ssh" ]
EXPOSE 80 443
# Starting