From 6f42e84183c619982907aeec357cc46eb2986150 Mon Sep 17 00:00:00 2001 From: Maurice Date: Sun, 28 Jun 2026 21:11:54 +0200 Subject: [PATCH] fix(docker): keep server/reset-admin.js in the build context (#1339) The Dockerfile copies server/reset-admin.js (the admin recovery script), but .dockerignore also listed it, so it was stripped from the build context and the image build failed with a not-found error. Drop the ignore entry so the COPY resolves again. --- .dockerignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index 05df9e93..5b1aea13 100644 --- a/.dockerignore +++ b/.dockerignore @@ -30,7 +30,6 @@ Thumbs.db sonar-project.properties server/tests/ server/vitest.config.ts -server/reset-admin.js **/*.test.ts **/*.spec.ts wiki/