Skip to content

Commit e779982

Browse files
fix: copy readme file into docker image
1 parent 24e54f1 commit e779982

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
66
git \
77
&& rm -rf /var/lib/apt/lists/*
88

9-
COPY pyproject.toml ./
9+
COPY pyproject.toml README.md ./
1010
COPY src/ ./src/
1111

1212
RUN pip install --no-cache-dir -e .

0 commit comments

Comments
 (0)