Skip to content

Commit

Permalink
Set RAILS_ENV in Procfile.dev (mastodon#15502)
Browse files Browse the repository at this point in the history
* Set RAILS_ENV in Procfile.dev

* Also set on sidekiq
  • Loading branch information
abcang authored Jan 7, 2021
1 parent 32df895 commit 7cb7295
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Procfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
web: env PORT=3000 bundle exec puma -C config/puma.rb
sidekiq: env PORT=3000 bundle exec sidekiq
web: env PORT=3000 RAILS_ENV=development bundle exec puma -C config/puma.rb
sidekiq: env PORT=3000 RAILS_ENV=development bundle exec sidekiq
stream: env PORT=4000 yarn run start
webpack: ./bin/webpack-dev-server --listen-host 0.0.0.0

0 comments on commit 7cb7295

Please sign in to comment.