Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
fl4shforward authored Jul 25, 2024
1 parent aec8a75 commit bf679de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]

0 comments on commit bf679de

Please sign in to comment.