fix(docker): don't ignore build-output/, the COPY needs it in the build context
CI / Build Native (push) Failing after 6m47s

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.
This commit is contained in:
2026-08-13 20:47:53 -04:00
parent 6421a91148
commit 378b46cbd8
-1
View File
@@ -6,4 +6,3 @@ data
*.md
.gitignore
.gitea
build-output