diff --git a/Dockerfile b/Dockerfile index 3955128..a398e1d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:14.04.2 +FROM ubuntu:14.04.3 MAINTAINER Bryan Latten # Use in multi-phase builds, when an init process requests for the container to gracefully exit, so that it may be committed diff --git a/container/root/worker.sh b/container/root/worker.sh index ac4176a..0a85260 100755 --- a/container/root/worker.sh +++ b/container/root/worker.sh @@ -49,6 +49,7 @@ process_name=%(program_name)s%(process_num)s numprocs=${WORKER_QUANTITY} autorestart=true redirect_stderr=true +stdout_logfile_maxbytes=0 stdout_logfile=/dev/stdout" > $SUPERVISOR_CONF echo "[worker] entering supervisor"