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 b57fa2e commit 3a87b5fCopy full SHA for 3a87b5f
Dockerfile
@@ -22,6 +22,7 @@ COPY pyproject.toml poetry.lock ./
22
23
ENV PATH="/root/.local/bin:$PATH"
24
RUN poetry config virtualenvs.in-project true && \
25
+ poetry lock --no-interaction && \
26
poetry install --no-interaction --no-root && \
27
rm -rf /root/.cache/pypoetry && \
28
rm -rf /root/.cache/pip
0 commit comments