fix: docker no .git

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