[Dockerfiles] Use COPY instead of ADD

This commit is contained in:
Michael Käufl
2017-03-07 15:44:37 +01:00
parent 9762176810
commit a06bac6739
2 changed files with 3 additions and 3 deletions

View File

@@ -40,5 +40,5 @@ VOLUME ["/var/lib/clamav"]
EXPOSE 3310
# av daemon bootstrapping
ADD bootstrap.sh /
COPY bootstrap.sh /
CMD ["/bootstrap.sh"]