Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
fl4shforward authored Apr 14, 2024
1 parent e121b17 commit e9cc210
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 @@ -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" ]

0 comments on commit e9cc210

Please sign in to comment.