mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-04 20:16:06 +00:00
[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