Fix: Include README.md in Docker build context for pyproject.toml
All checks were successful
Build and Push Plex MCP Docker Image / build (push) Successful in 30s
All checks were successful
Build and Push Plex MCP Docker Image / build (push) Successful in 30s
This commit is contained in:
@@ -2,8 +2,10 @@ FROM python:3.11-slim
|
|||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
# Copy project metadata files
|
||||||
|
COPY pyproject.toml README.md ./
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
COPY pyproject.toml ./
|
|
||||||
RUN pip install --no-cache-dir .
|
RUN pip install --no-cache-dir .
|
||||||
|
|
||||||
# Copy application code
|
# Copy application code
|
||||||
|
|||||||
Reference in New Issue
Block a user