mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-04 15:15:42 +00:00 
			
		
		
		
	Fix docker instructions (#5479)
This commit is contained in:
		@@ -34,7 +34,7 @@ To get "up and running" with a development environment, complete with a set of [
 | 
			
		||||
 | 
			
		||||
```bash
 | 
			
		||||
git clone https://github.com/inventree/InvenTree.git && cd InvenTree
 | 
			
		||||
docker compose run inventree-dev-server invoke install
 | 
			
		||||
docker compose run inventree-dev-server invoke update
 | 
			
		||||
docker compose run inventree-dev-server invoke setup-test --dev
 | 
			
		||||
docker compose up -d
 | 
			
		||||
```
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user