Hopefully the final fixes based on fresh installs with both Docker install methods

This commit is contained in:
Jyri-Petteri Paloposki 2020-07-20 00:58:45 +03:00
parent bec0884bac
commit 4dd52e591d
5 changed files with 13 additions and 6 deletions

View file

@ -17,6 +17,4 @@ export DATABASE_ENCODING=${DATABASE_ENCODING:-utf8}
export RAILS_SERVE_STATIC_FILES=TRUE
export RAILS_LOG_TO_STDOUT=TRUE
rails db:migrate
exec "$@"