Add Docker support

This commit is contained in:
2023-03-25 14:08:16 +03:00
parent 2a968f3528
commit 5388901294
4 changed files with 27 additions and 3 deletions
+2
View File
@@ -0,0 +1,2 @@
@reboot cd /app && python3 /app/main.py
*/10 * * * * cd /app && python3 /app/main.py