We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a77ca9 commit ff3510aCopy full SHA for ff3510a
Dockerfile
@@ -19,7 +19,7 @@ COPY poetry.lock /source
19
COPY pyproject.toml /source
20
RUN pip install -U pip poetry
21
RUN poetry config virtualenvs.create false
22
-RUN poetry install --no-dev
+RUN poetry install --no-root
23
24
# Copy files into image
25
# ---------------------------------------------------------------------- #
0 commit comments