summaryrefslogtreecommitdiffstats
path: root/.dockerignore
diff options
context:
space:
mode:
Diffstat (limited to '.dockerignore')
-rw-r--r--.dockerignore11
1 files changed, 11 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore
new file mode 100644
index 0000000..bbc4f67
--- /dev/null
+++ b/.dockerignore
@@ -0,0 +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.*