mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 13:15:43 +00:00 
			
		
		
		
	* fix cli on 22.04 (#5204)
(cherry picked from commit d4fad4f5c8)
* Update weasyprint docs link
* Another link fix
---------
Co-authored-by: Matthias Mair <code@mjmair.com>
		
	
		
			
				
	
	
		
			4 lines
		
	
	
		
			232 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			232 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| web: env/bin/gunicorn --chdir $APP_HOME/InvenTree -c InvenTree/gunicorn.conf.py InvenTree.wsgi -b 0.0.0.0:$PORT
 | |
| worker: env/bin/python InvenTree/manage.py qcluster
 | |
| cli: echo "" && . env/bin/activate && exec env/bin/python -m invoke
 |