Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:14.04.2
FROM ubuntu:14.04.3
MAINTAINER Bryan Latten <latten@adobe.com>

# Use in multi-phase builds, when an init process requests for the container to gracefully exit, so that it may be committed
Expand Down
1 change: 1 addition & 0 deletions container/root/worker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down