renamed init script to start

pull/2/head
Sameer Naik 2014-07-04 09:38:57 +05:30
parent e869160d0f
commit 104b6946ef
2 changed files with 3 additions and 3 deletions

View File

@ -10,10 +10,10 @@ RUN apt-get update && \
dpkg -i /tmp/webmin_${WEBMIN_VERSION}_all.deb && rm -rf /tmp/webmin_${WEBMIN_VERSION}_all.deb && \ dpkg -i /tmp/webmin_${WEBMIN_VERSION}_all.deb && rm -rf /tmp/webmin_${WEBMIN_VERSION}_all.deb && \
apt-get clean # 20140625 apt-get clean # 20140625
ADD init /init ADD start /start
RUN chmod 755 /init RUN chmod 755 /start
EXPOSE 53/udp EXPOSE 53/udp
EXPOSE 10000 EXPOSE 10000
VOLUME ["/data"] VOLUME ["/data"]
CMD ["/init"] CMD ["/start"]

View File