diff --git a/Dockerfile b/Dockerfile index e212f55..f29f2f0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN pip install poetry RUN poetry config virtualenvs.create false COPY pyproject.toml poetry.lock ./ -RUN poetry install --without dev +RUN poetry install --no-root --without dev RUN mkdir logs COPY . .