We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7a1332 commit fe35d40Copy full SHA for fe35d40
1 file changed
Dockerfile
@@ -14,6 +14,7 @@ COPY ./pyproject.toml /app/pyproject.toml
14
15
COPY ./poetry.lock /app/poetry.lock
16
17
+COPY ./README.md /app/README.md
18
19
RUN poetry install
20
0 commit comments