fix: docker copy .git

This commit is contained in:
2026-04-16 13:30:01 +02:00
parent 5f4e03164d
commit e8190f197f
+3
View File
@@ -16,6 +16,9 @@ RUN pnpm install --frozen-lockfile
# Copy source files
COPY . .
# Copy .git folder
COPY .git/ ./.git/
# Compress MP4 videos in-place before Hugo builds
RUN sh scripts/compress-videos.sh content