migrated to crond
All checks were successful
ci / docker (push) Successful in 44s

This commit is contained in:
2026-04-09 13:00:23 -05:00
parent 256488187e
commit 9763e239b2
5 changed files with 66 additions and 83 deletions

View File

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