diff options
Diffstat (limited to '.dockerignore')
-rw-r--r-- | .dockerignore | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..a03cecf --- /dev/null +++ b/.dockerignore @@ -0,0 +1,18 @@ +.dockerignore +# there are valid reasons to keep the .git, namely so that you can get the +# current commit hash +#.git +.log +tmp + +# Mix artifacts +_build +deps +*.ez +releases + +# Generate on crash by the VM +erl_crash.dump + +# Static artifacts +node_modules |