summaryrefslogtreecommitdiffstats
path: root/.dockerignore
blob: bbc4f676eb8a29bc047d2ab82766a5b048c74e95 (plain)
1
2
3
4
5
6
7
8
9
10
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.*