From ba48412666949e4d5791fa907a8062d6e9bce49b Mon Sep 17 00:00:00 2001 From: dust <137187935+Matrixdust@users.noreply.github.com> Date: Thu, 6 Jul 2023 13:44:50 +0200 Subject: [PATCH] Add files via upload --- dockeri.txt | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 dockeri.txt diff --git a/dockeri.txt b/dockeri.txt new file mode 100644 index 0000000..9583bc9 --- /dev/null +++ b/dockeri.txt @@ -0,0 +1,30 @@ +# These are all the files and directories that are _not_ included in the docker +# build. They are not used in the docker build and including them would simply +# invalidate the layer cache. +backend-tests +node_modules +demos +docs +dist +screenshots +target +out +arg.in +Dockerfile +*.wasm +*.swp + +# filter out all "hidden" files and directories +# (.git, .dfx, .*ignore, etc) +.* + +# except for the ones we really want +!.node-version + +# Scripts are added explicitly as needed +scripts/ +!scripts/build +!scripts/bootstrap + +# docker build doesn't depend on the docker-compose setup +docker-test-env/