diff --git a/Dockerfile b/Dockerfile index 72e6f68..b78df41 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,8 +14,8 @@ RUN poetry config virtualenvs.create false WORKDIR /app COPY pyproject.toml poetry.lock ./ -RUN poetry install +RUN poetry install --no-root COPY . . -RUN poetry install +RUN poetry install --no-root