Fix Procfile on OS X (#6748)
This commit is contained in:
		
							parent
							
								
									4f7f6b3922
								
							
						
					
					
						commit
						641abe2db7
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue