diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000000000000000000000000000000000000..b14384fe874fcfd8d31846a89f745144cf8901de --- /dev/null +++ b/.dockerignore @@ -0,0 +1,14 @@ +# .dockerignore +.git +Dockerfile + +# Mix artifacts +_build +deps +*.ez + +# Generate on crash by the VM +erl_crash.dump + +# Static artifacts +node_modules \ No newline at end of file