We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d095aeb commit 2c13e92Copy full SHA for 2c13e92
Dockerfile
@@ -17,7 +17,7 @@ RUN curl -sSL https://install.python-poetry.org | python3 - && \
17
ln -s /root/.local/bin/poetry /usr/local/bin/poetry
18
19
# Copy poetry files and install dependencies (cache-friendly)
20
-COPY pyproject.toml poetry.lock* ./src/Readme.md ./
+COPY pyproject.toml poetry.lock* ./
21
RUN poetry config virtualenvs.create false \
22
&& poetry install --no-root --no-interaction --no-ansi
23
0 commit comments