All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			Closes coop-cloud/organising#564
		
			
				
	
	
		
			12 lines
		
	
	
		
			145 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			145 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
FROM squidfunk/mkdocs-material:9.5.7
 | 
						|
 | 
						|
EXPOSE 8000
 | 
						|
 | 
						|
COPY . /docs
 | 
						|
 | 
						|
WORKDIR /docs
 | 
						|
 | 
						|
RUN apk add --no-cache curl
 | 
						|
 | 
						|
RUN pip install -r requirements.txt
 |