diff --git a/Dockerfile b/Dockerfile index 7223bde..396d9ad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ WORKDIR /app COPY poetry.lock pyproject.toml ./ -RUN poetry install -n --no-ansi --no-root +RUN poetry install -n --no-ansi --no-root -E origin COPY . ./