diff --git a/web/Dockerfile b/web/Dockerfile index 9849985..6be6acd 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -10,8 +10,9 @@ RUN pip install --no-cache-dir -r requirements.txt # Copy application and documentation COPY main.py . -COPY docs/ ./docs/ +COPY templates/ ./templates/ COPY static/ ./static/ +COPY docs/ ./docs/ COPY mkdocs.yml . # Build documentation during image build