fixes
This commit is contained in:
		@@ -16,7 +16,7 @@ ADD . /cwebcomp/
 | 
				
			|||||||
# only add this next one if you have static files
 | 
					# only add this next one if you have static files
 | 
				
			||||||
RUN mkdir static
 | 
					RUN mkdir static
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RUN pip install -r requirements/requirements.txt
 | 
					RUN pip install -r ../../requirements.txt
 | 
				
			||||||
RUN python manage.py collectstatic
 | 
					RUN python manage.py collectstatic
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# only if you need celery 
 | 
					# only if you need celery 
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user