diff --git a/Dockerfile b/Dockerfile index ffdd35c..1a8015b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,6 @@ ENV POETRY_VIRTUALENVS_CREATE=false RUN ["/bin/bash", "-c", "set -o pipefail && curl -sSL https://install.python-poetry.org | python3 -"] COPY ./UltimaScraper . -RUN /usr/local/share/pypoetry/bin/poetry update +RUN /usr/local/share/pypoetry/bin/poetry update && sed -i '/if asset.urls:/a\ if asset.__content_metadata__.__soft__.get_author().id == authed.id:\n continue' /usr/local/lib/python3.10/site-packages/ultima_scraper_collection/managers/datascraper_manager/datascrapers/onlyfans.py CMD [ "/usr/local/share/pypoetry/bin/poetry", "run", "python", "./start_us.py" ]