mirror of
				https://github.com/cookiecutter/cookiecutter-django.git
				synced 2025-11-04 01:47:28 +03:00 
			
		
		
		
	Fix ipdb docker-compose needed command (#1175)
'run' must be after the -f flag
This commit is contained in:
		
							parent
							
								
									215879aa30
								
							
						
					
					
						commit
						7c7176d4f9
					
				| 
						 | 
					@ -121,7 +121,7 @@ Then you may need to run the following for it to work as desired:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
::
 | 
					::
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    $ docker-compose run -f dev.yml --service-ports django
 | 
					    $ docker-compose -f dev.yml run --service-ports django
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
django-debug-toolbar
 | 
					django-debug-toolbar
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user