1
0
mirror of https://github.com/fhamborg/news-please.git synced 2021-09-19 22:26:00 +03:00

Update docker.sh

This commit is contained in:
Felix Hamborg
2019-07-15 18:38:38 +02:00
committed by GitHub
parent 8913886e56
commit c0e7b56d0b

View File

@@ -1,2 +1,3 @@
#!/bin/sh
news-please-cc /npdata/warcs /npdata/articles keep 32 &> /npdata/all.log
# output is written to file, process runs in foreground so container doesn't terminate
news-please-cc /npdata/warcs /npdata/articles keep 32 >> /npdata/all.log 2>&1