ComboStrikeHQ / docker-rails

An opinionated docker image for running Rails apps in production.
MIT License
89 stars 17 forks source link

Error if no Postgres Gem added to gemfile #5

Closed drummerroma closed 8 years ago

drummerroma commented 8 years ago

The following code is generating startup error if Postgres gem is not added to gemfile:

SECRET_KEY_BASE=noop DATABASE_URL=postgres://noop ; \

dziemba commented 8 years ago

Sorry for the late reply and thanks for reporting this.

The issue has now been fixed as of version 2.4.1, see https://github.com/ad2games/docker-rails/commit/2aba84e9bc9646ff34c22c400b477f28db4583f0

Please re-open this if you still have any issues. Thanks!