From 200aabb63c61d530c8ae8283832e92f745568ec4 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Tue, 18 Jun 2019 23:18:26 +0200 Subject: [PATCH] Add .dockerignore This explicitly defines included/copied files, to reduce the context being sent to the Docker daemon initially. --- .dockerignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .dockerignore diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..39d8893 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,6 @@ +* +!LICENSE +!Setup.hs +!ShellCheck.cabal +!shellcheck.hs +!src