We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 206ed01 commit 02d2296Copy full SHA for 02d2296
dockerfile
@@ -17,11 +17,8 @@ RUN pip install -r requirements.txt
17
18
COPY mkdocs.yml .
19
COPY overrides ./overrides
20
-COPY pre_build_hook.py .
21
-COPY docs ./docs
22
# Copy site manager which includes image optimization utilities
23
COPY site_manager.py .
24
25
COPY docs ./docs
26
27
# Build (site_manager handles image optimization then mkdocs build)
0 commit comments