Update docker settings

This commit is contained in:
2023-03-17 15:50:23 +03:00
parent 52684a0b7c
commit 65d7c642bf
3 changed files with 10 additions and 9 deletions

View File

@@ -1 +1,2 @@
*/10 * * * * python3 /app/main.py >> /tmp/out.log
@reboot cd /app && python3 /app/main.py
*/10 * * * * cd /app && python3 /app/main.py