From e9cc210644aca978f55386f3c80106351156d5db Mon Sep 17 00:00:00 2001 From: fl4shforward <93709591+fl4shforward@users.noreply.github.com> Date: Sun, 14 Apr 2024 10:28:12 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ]