Добавил поддержку Docker

This commit is contained in:
2023-09-06 01:12:52 +03:00
parent e2ecdcd6f4
commit 4e009a1d7b
3 changed files with 39 additions and 7 deletions

2
crontab Normal file
View File

@ -0,0 +1,2 @@
@reboot cd /app && python3 /app/main.py
0 */6 * * * cd /app && python3 /app/main.py