diff --git a/Dockerfile b/Dockerfile index e1deb87..bf63727 100644 --- a/Dockerfile +++ b/Dockerfile @@ -61,7 +61,7 @@ COPY . $PYSETUP_PATH WORKDIR $PYSETUP_PATH # Install Project Dependencies RUN set -ex \ - && poetry install --without dev --no-interaction --no-ansi --no-cache -v + && poetry install --without dev --without docs --no-interaction --no-ansi --no-cache -v FROM base as production # Copy Virtual Environment