fix: copy README.md in Dockerfile

This commit is contained in:
Ryan Chen
2025-06-13 16:54:14 -04:00
parent d1aace1c54
commit d76640e546

View File

@@ -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