fix: copy README.md in Dockerfile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user