Explorar el Código

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

master^2
JustAnotherArchivist hace 2 años
padre
commit
7bd66389ee
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      entrypoint.sh

+ 1
- 1
entrypoint.sh Ver fichero

@@ -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


Cargando…
Cancelar
Guardar