feat: Add scheduler and fix some types
All checks were successful
Build Docker / BuildImage (push) Successful in 58s

This commit is contained in:
2025-07-24 16:33:31 +10:00
parent 3ddf7c5dfe
commit 1ac41d5582
5 changed files with 49 additions and 9 deletions

View File

@@ -9,7 +9,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
COPY . /app
# Optionally mount /data to store the data
# VOLUME /data
VOLUME /app/data
ENTRYPOINT ["python3"]
CMD ["main.py"]