Skip to content
This repository has been archived by the owner on Dec 21, 2020. It is now read-only.

Commit

Permalink
Fix Procfile on OS X (mastodon#6748)
Browse files Browse the repository at this point in the history
  • Loading branch information
nightpool authored and Gargron committed Mar 12, 2018
1 parent 4f7f6b3 commit 641abe2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Procfile.dev
@@ -1,4 +1,4 @@
web: PORT=3000 bundle exec puma -C config/puma.rb
sidekiq: PORT=3000 bundle exec sidekiq
stream: PORT=4000 yarn run start
web: env PORT=3000 bundle exec puma -C config/puma.rb
sidekiq: env PORT=3000 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 641abe2

Please sign in to comment.