From f14c0f1f83549cf59d39d85c51a2c8a706c32730 Mon Sep 17 00:00:00 2001 From: Georg Gadinger Date: Sat, 4 Feb 2023 07:09:32 +0100 Subject: [PATCH] Containerfile: always log to stdout --- Containerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Containerfile b/Containerfile index 9fcc7ed0..4d3a6049 100644 --- a/Containerfile +++ b/Containerfile @@ -74,4 +74,7 @@ RUN cp config/justask.yml.example config/justask.yml \ && rm config/justask.yml config/database.yml ENV SECRET_KEY_BASE= +# set some defaults +ENV RAILS_LOG_TO_STDOUT=true + EXPOSE 3000