Update Dockerfile

This commit is contained in:
piersonjarvis 2018-12-14 11:42:38 -08:00
parent fc5ee0724b
commit ac534da1e6

View File

@ -27,6 +27,4 @@ sed -i 's/ssl=1/ssl=0/g' /etc/webmin/miniserv.conf
RUN echo root:webmin | chpasswd
RUN cp /etc/samba/* /data/samba/. && cp /etc/webmin/* /data/webmin/.
CMD [ "/bin/bash","/Service-check.sh" ]