From 83da24b38d8a23d78ff8f607264390bbb1cd80ae Mon Sep 17 00:00:00 2001 From: Panagiotis Papadopoulos Date: Tue, 25 Mar 2025 09:21:40 +0100 Subject: [PATCH] build(dockerignore): add cleanupNodeModules as exception --- .dockerignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.dockerignore b/.dockerignore index 2ceb847c9..32795ae0a 100644 --- a/.dockerignore +++ b/.dockerignore @@ -35,6 +35,7 @@ npm-debug.log # exceptions !/bin/copy-dist.ts !/bin/electron-forge/sign-windows.cjs +!/bin/cleanupNodeModules.ts # temporary exception to make copy-dist inside Docker build not fail # TriliumNextTODO: make copy-dist *not* requiring to copy this file for builds other than electron-forge