migrated to crond
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user