mirror of
https://github.com/coollabsio/coolify-docs.git
synced 2026-06-19 07:35:55 +00:00
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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user