From 5a24cac5a18fc203c8fe213ac4bbb7126a501d3a Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Sat, 26 Oct 2019 17:57:39 +0100 Subject: [PATCH] Add .dockerignore --- .dockerignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .dockerignore diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..c5f62b3 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,9 @@ +.git +node_modules +docs +scripts +tests +LICENSE +README.md +*Dockerfile* +*docker-compose* \ No newline at end of file