Fix Procfile on OS X (#6748)
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user