From ef3619627db44c25a98c7f86ca3dd88af9b3ab38 Mon Sep 17 00:00:00 2001 From: mindesbunister Date: Tue, 22 Jul 2025 21:53:53 +0200 Subject: [PATCH] Fix dockerignore to avoid excluding app files --- .dockerignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.dockerignore b/.dockerignore index 843c9ae..bf6ddee 100644 --- a/.dockerignore +++ b/.dockerignore @@ -25,8 +25,10 @@ test-*.js test-*.mjs debug-*.js debug-*.png -*test* -*debug* +test*.js +test*.mjs +debug*.js +debug*.png # Cache and temporary files .cache