diff --git a/Dockerfile b/Dockerfile index 98221e5..f22c5d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ COPY poetry.lock /source COPY pyproject.toml /source RUN pip install -U pip poetry RUN poetry config virtualenvs.create false -RUN poetry install --no-dev +RUN poetry install --no-root # Copy files into image # ---------------------------------------------------------------------- #