Skip to content

Commit

Permalink
merge with master
Browse files Browse the repository at this point in the history
  • Loading branch information
Bombg committed Dec 4, 2024
2 parents 9e8d772 + 3d27ae4 commit 7275309
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ COPY --from=build /venv /venv
ENV PATH=/venv/bin:$PATH
COPY . .

RUN chmod +x docker-entrypoint.sh
RUN chmod +x docker-entrypoint.sh
ENTRYPOINT ["/bin/sh", "-c", "./docker-entrypoint.sh"]
3 changes: 3 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@
4. If the requesting ip is in a state that requires age verification, some of these checkers wont work.

### Update History
- 11/22/2024
- Docker File improvements
- fix for manyvids link
- 10/22/2024
- Added ManyVids Support
- Because of this many things have changed in Default/App Constants so they will need to be updated with new vars
Expand Down
Binary file modified requirements.txt
Binary file not shown.

0 comments on commit 7275309

Please sign in to comment.