fix: keep public/ tracked so it exists in a fresh checkout
CI / Static checks (push) Successful in 33s
CI / Build and push image (push) Successful in 55s

Third CI failure: docker build failed on COPY --from=build /app/public
with "not found". public/ has been empty since M1 (all the default
Next.js assets were removed and nothing replaced them), and git simply
doesn't track empty directories - it only ever existed on my local
disk from before I deleted its contents in place, never in a real
checkout. Same root cause class as the tsc fix: local testing looked
fine because of leftover local state a truly fresh clone doesn't have.
This commit is contained in:
2026-08-17 15:23:32 +02:00
parent 221add66fb
commit 9e0d4f9ad6
View File