fix: docker no .git
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user