Files
projax/.dockerignore
mAi 7ebd435044 fix(docker): include .git in build context so healthz reports real SHA
.dockerignore excluded .git/, so `git rev-parse --short HEAD` inside the
Dockerfile build silently fell back to "unknown" and /healthz reported
`version: unknown` on every deploy. Remove the .git entry; the Dockerfile
already runs git inside the build stage and Dokploy clones --depth 1.

After deploy, `curl https://projax.msbls.de/healthz | tail -1` returns
the short commit SHA matching `git rev-parse --short HEAD` on main —
deploy verification becomes a one-shot SHA match instead of inspecting
container task IDs on mlake.
2026-05-22 11:36:44 +02:00

9 lines
67 B
Plaintext

.worktrees
.m
.claude
.mcp.json
*.md
!README.md
docs/
**/*_test.go