Skip to content

Commit 02d2296

Browse files
docs: remove redundant pre_build_hook.py copy from Dockerfile
1 parent 206ed01 commit 02d2296

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,8 @@ RUN pip install -r requirements.txt
1717

1818
COPY mkdocs.yml .
1919
COPY overrides ./overrides
20-
COPY pre_build_hook.py .
21-
COPY docs ./docs
2220
# Copy site manager which includes image optimization utilities
2321
COPY site_manager.py .
24-
COPY pre_build_hook.py .
2522
COPY docs ./docs
2623

2724
# Build (site_manager handles image optimization then mkdocs build)

0 commit comments

Comments
 (0)