From f0641c04253385eedb4c7512879d0ea3b3cd8e3e Mon Sep 17 00:00:00 2001 From: valknar Date: Thu, 16 Apr 2026 13:42:56 +0200 Subject: [PATCH] fix: docker no .git --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index db0bdb7..1dd242a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,9 +16,6 @@ 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