Simplify Docker build workflow and update routing rules
This commit is contained in:
@@ -11,6 +11,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
||||
# Copy application and documentation
|
||||
COPY main.py .
|
||||
COPY docs/ ./docs/
|
||||
COPY static/ ./static/
|
||||
COPY mkdocs.yml .
|
||||
|
||||
# Build documentation during image build
|
||||
|
||||
Reference in New Issue
Block a user