mirror of
				https://github.com/cookiecutter/cookiecutter-django.git
				synced 2025-11-04 01:47:28 +03:00 
			
		
		
		
	Update Dockerfile
This commit is contained in:
		
							parent
							
								
									16c3b5f081
								
							
						
					
					
						commit
						361ab459e8
					
				| 
						 | 
					@ -1,4 +1,4 @@
 | 
				
			||||||
{% if cookiecutter.use_python2= 'n' -%}
 | 
					{% if cookiecutter.use_python2== 'n' -%}
 | 
				
			||||||
FROM python:3.4
 | 
					FROM python:3.4
 | 
				
			||||||
{% else %}
 | 
					{% else %}
 | 
				
			||||||
FROM python:2.7
 | 
					FROM python:2.7
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user