diff --git a/Dockerfile b/Dockerfile index 1dd242a..db0bdb7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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