[Dockerfiles] Use COPY instead of ADD
This commit is contained in:
@@ -40,5 +40,5 @@ VOLUME ["/var/lib/clamav"]
|
||||
EXPOSE 3310
|
||||
|
||||
# av daemon bootstrapping
|
||||
ADD bootstrap.sh /
|
||||
COPY bootstrap.sh /
|
||||
CMD ["/bootstrap.sh"]
|
||||
|
Reference in New Issue
Block a user