diff --git a/Dockerfile b/Dockerfile index fa79c8e..41a50d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* -RUN python -m pip install -r ./requirements.txt --no-cache-dir && chmod -R 775 . +RUN python -m pip install -r ./requirements.txt --no-cache-dir && chmod -R 775 /usr/src/fansly-ng CMD [ "python", "fansly_downloader_ng.py", "-ni", "-npox" ]