scripts now log to process 1 and therefore to docker logs
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# m h dom mon dow cmd
|
||||
*/5 8-20 * * 1-5 cd /app/ && ./parser.py
|
||||
*/5 8-20 * * 1-5 cd /app/ && ./parser.py &> /proc/1/fd/1
|
||||
0 0 * * * /app/kill-chrome.sh
|
||||
|
||||
Reference in New Issue
Block a user