migrated to crond

This commit is contained in:
2026-04-08 19:10:04 -05:00
parent d15cc8d95c
commit e1668dd42d
5 changed files with 67 additions and 63 deletions

View File

@@ -1,8 +1,6 @@
FROM python:alpine3.18
FROM python:alpine3.23
WORKDIR /
COPY . opt
RUN apk add --no-cache supercronic
RUN pip install requests
RUN pip install qbittorrent-api
COPY *.py entrypoint.sh /opt/
RUN pip install requests qbittorrent-api
RUN chmod +x /opt/entrypoint.sh
CMD ["/opt/entrypoint.sh"]