update environments/production.rb add unicorn.rb, nemo.sh

This commit is contained in:
julian
2017-02-24 00:18:22 +06:30
parent 65b5b5d858
commit db0d28107b
6 changed files with 173 additions and 3 deletions

View File

@@ -18,6 +18,7 @@ gem 'coffee-rails', '~> 4.2'
# gem 'therubyracer', platforms: :ruby
gem 'unicorn'
gem 'execjs'
gem 'rack', '~> 2.0.0'
gem 'therubyracer'
platform :ruby do
gem 'pg'