From 95d6143636f4a9528915ec483ccf0ebcec9c51c8 Mon Sep 17 00:00:00 2001 From: pictuga Date: Fri, 15 Jan 2021 23:31:27 +0100 Subject: [PATCH] docker: log to stdout --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9e6017c..7893a18 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,4 +5,4 @@ RUN apk add --no-cache python3 py3-lxml py3-pip py3-wheel git ADD . /app RUN pip3 install --no-cache-dir /app gunicorn -CMD gunicorn --bind 0.0.0.0:8080 -w 4 --preload morss +CMD gunicorn --bind 0.0.0.0:8080 -w 4 --preload --access-logfile - morss