From 7e55e4bf83321c770645e9657589a620335fa029 Mon Sep 17 00:00:00 2001 From: Michal Kostewicz Date: Fri, 5 Feb 2021 20:43:13 +0100 Subject: Modifying Dockerfile so that it can use the current application code to build the image. Update instructions for building image in README.md --- .dockerignore | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .dockerignore (limited to '.dockerignore') diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..43c6cd0 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,21 @@ +.DS_Store + +# ignore .git and .cache folders +.git +.gitignore +.github +.gitattributes +.cache + +# ignore all markdown files (md) beside all README*.md other than README-secret.md +*.md +!README*.md +README-secret.md + +# ignore other directories +docker +!docker/root +node_modules + + + -- cgit v1.2.3-54-g00ecf