Update Dockerfile

This commit is contained in:
piersonjarvis 2018-11-16 14:44:58 -08:00
parent 037ab6eb35
commit fa620d6a85

View File

@ -24,4 +24,5 @@ RUN sed -i 's/10000/80/g' /etc/webmin/miniserv.conf && \
sed -i 's/ssl=1/ssl=0/g' /etc/webmin/miniserv.conf
RUN echo root:webmin | chpasswd
VOLUME /config
CMD [ "/bin/bash","/Service-check.sh" ]