fix: keep public/ tracked so it exists in a fresh checkout

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 d60b619e5f
View File