diff --git a/Dockerfile b/Dockerfile index 6254d77..d897d14 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,6 +16,7 @@ RUN pip install uv COPY pyproject.toml . COPY main.py . COPY templates/ templates/ +COPY README.md . # Create uploads directory RUN mkdir -p static/uploads