Containerfile: always log to stdout

This commit is contained in:
Georg Gadinger 2023-02-04 07:09:32 +01:00
parent 1f4a92b6d4
commit f14c0f1f83

View file

@ -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