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