Files
pulsenode/public/.gitkeep
T
valknar 9e0d4f9ad6
CI / Static checks (push) Successful in 33s
CI / Build and push image (push) Successful in 55s
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.
2026-08-17 15:23:32 +02:00

0 lines
0 B
Plaintext