From c61ae516931387717e96e5f300414e5cf7b29e02 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Sat, 25 Oct 2025 21:03:06 +0100 Subject: [PATCH] Don't include scripts in Docker image --- .dockerignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.dockerignore b/.dockerignore index f0264b1e..da34f156 100644 --- a/.dockerignore +++ b/.dockerignore @@ -35,6 +35,9 @@ /deps/ *.ez +# Scripts +/scripts/ + # Generated on crash by the VM erl_crash.dump