Added periodic reminders and included alembic migration in container
Some checks failed
ci / docker (push) Successful in 4m43s
Python formatting PEP8 / Python-PEP8 (push) Failing after 13s

This commit is contained in:
Finn Christiansen 2024-06-16 22:45:24 +02:00
parent 86a5dd19b5
commit 1f1ae5077e
7 changed files with 61 additions and 11 deletions

View file

@ -10,4 +10,4 @@ RUN pip3 install -r requirements.txt
COPY . .
CMD ["python", "-m", "matrix_bot_praying_times"]
ENTRYPOINT ["/bot/entrypoint.sh"]