fix: copy README.md in Dockerfile for hatchling metadata
This commit is contained in:
parent
2d9d3a8d36
commit
c67a8336cf
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ FROM python:3.12-slim AS base
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY pyproject.toml .
|
COPY pyproject.toml README.md ./
|
||||||
COPY src/ src/
|
COPY src/ src/
|
||||||
|
|
||||||
RUN pip install --no-cache-dir ".[api]"
|
RUN pip install --no-cache-dir ".[api]"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue