We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff6bbf5 commit d07f7d8Copy full SHA for d07f7d8
1 file changed
Dockerfile
@@ -13,7 +13,7 @@ ENV POETRY_VIRTUALENVS_IN_PROJECT=true
13
14
WORKDIR /app
15
16
-COPY pyproject.toml poetry.lock ./
+COPY pyproject.toml ./
17
18
RUN pip install --upgrade pip poetry \
19
&& poetry config virtualenvs.in-project true \
0 commit comments