mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-18 14:05:59 +01:00
Containerfile: always log to stdout
This commit is contained in:
parent
1f4a92b6d4
commit
f14c0f1f83
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue