dockerfile: replace `ADD` instruction with `COPY`

pull/11/head
Sameer Naik 2015-06-15 20:29:24 +05:30
parent c579e49ab8
commit 9e90766abb
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ RUN rm -rf /etc/apt/apt.conf.d/docker-gzip-indexes \
&& rm -rf /tmp/webmin_${WEBMIN_VERSION}_all.deb \ && rm -rf /tmp/webmin_${WEBMIN_VERSION}_all.deb \
&& rm -rf /var/lib/apt/lists/* # 20150613 && rm -rf /var/lib/apt/lists/* # 20150613
ADD start /start COPY start /start
RUN chmod 755 /start RUN chmod 755 /start
EXPOSE 53/udp EXPOSE 53/udp