fix: Include git history in Docker build for lastUpdated timestamps (#446)

Co-authored-by: Claude <noreply@anthropic.com>
Fixes #255
This commit is contained in:
Cynthia Ebert
2025-11-22 23:20:48 +01:00
committed by GitHub
parent 7bff973212
commit 8d74fc1d64
+3
View File
@@ -35,6 +35,9 @@ COPY tailwind.config.js .
COPY env.d.ts .
COPY tsconfig*.json ./
# Copy git history for lastUpdated timestamps
COPY .git/ ./.git/
# Build with cache
RUN --mount=type=cache,target=/root/.bun \
--mount=type=cache,target=/root/.cache/bun \