mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-09-02 01:58:28 +02:00
chore: Use a single COPY
by better leveraging .dockerignore
patterns
This commit is contained in:
@ -1,2 +1,11 @@
|
||||
# Exclude everything from the Docker build context:
|
||||
*
|
||||
|
||||
# Except for this content:
|
||||
!bin/
|
||||
!etc/
|
||||
!testssl.sh
|
||||
|
||||
# But additionally exclude this nested content:
|
||||
bin/openssl.Darwin.*
|
||||
bin/openssl.FreeBSD.*
|
||||
|
Reference in New Issue
Block a user