ソースを参照

Force uploader.py to unbuffered output to fix Docker logs timestamps

master^2
JustAnotherArchivist 2年前
コミット
7bd66389ee
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      entrypoint.sh

+ 1
- 1
entrypoint.sh ファイルの表示

@@ -87,7 +87,7 @@ case "$1" in
rmdir "$STAGING_WARCS_DIR"
;;
"uploader")
python ./uploader/uploader.py "$SHARED_WARCS_DIR/upload-queue/"
python -u ./uploader/uploader.py "$SHARED_WARCS_DIR/upload-queue/"
;;
"analyzer")
export UPDATES_CHANNEL=updates


読み込み中…
キャンセル
保存