From 378b46cbd82ed8485a1618f7d2f967f60075381f Mon Sep 17 00:00:00 2001 From: Daniel Arroyo Date: Thu, 13 Aug 2026 20:47:53 -0400 Subject: [PATCH] fix(docker): don't ignore build-output/, the COPY needs it in the build context Earlier cleanup added build-output to .dockerignore, but the runtime stage does COPY build-output/*-runner /work/application, so the directory must be present in the build context. --- .dockerignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index 94dd7c3..acec5a7 100644 --- a/.dockerignore +++ b/.dockerignore @@ -6,4 +6,3 @@ data *.md .gitignore .gitea -build-output