Skip to content

Commit 131acb2

Browse files
author
Bryan Latten
committed
Merge pull request #12 from bryanlatten/feature-ubuntu-upgrade
Dockerfile: updated to ubuntu 14.04.3
2 parents 09a41bf + 2f3fac9 commit 131acb2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:14.04.2
1+
FROM ubuntu:14.04.3
22
MAINTAINER Bryan Latten <[email protected]>
33

44
# Use in multi-phase builds, when an init process requests for the container to gracefully exit, so that it may be committed

container/root/worker.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ process_name=%(program_name)s%(process_num)s
4949
numprocs=${WORKER_QUANTITY}
5050
autorestart=true
5151
redirect_stderr=true
52+
stdout_logfile_maxbytes=0
5253
stdout_logfile=/dev/stdout" > $SUPERVISOR_CONF
5354

5455
echo "[worker] entering supervisor"

0 commit comments

Comments
 (0)