chore: Use a single COPY by better leveraging .dockerignore patterns

This commit is contained in:
Brennan Kinney
2023-01-31 19:58:17 +13:00
parent e02e8be19f
commit 74892e45c5
2 changed files with 11 additions and 3 deletions

View File

@ -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.*