Jayson LP Chen
Results
3
comments of
Jayson LP Chen
want to know this also. thx
same issue in docker image passenger-ruby25.
I add these to my Dockerfile and it works `RUN gem install bundler` `RUN bundle install` `RUN rm -f /etc/service/nginx/down` `RUN rm config/credentials.yml.enc` `RUN EDITOR="mate --wait" bundle exec rails credentials:edit`...