forked from toolshed/docs.coopcloud.tech
		
	just use mkdocs
This commit is contained in:
		@ -4,10 +4,12 @@ EXPOSE 8000
 | 
			
		||||
 | 
			
		||||
COPY . /docs
 | 
			
		||||
 | 
			
		||||
WORKDIR /docs
 | 
			
		||||
 | 
			
		||||
ENTRYPOINT ["/bin/sh"]
 | 
			
		||||
 | 
			
		||||
RUN apk add --no-cache curl
 | 
			
		||||
 | 
			
		||||
RUN pip install mkdocs-awesome-pages-plugin mkdocs-material-extensions
 | 
			
		||||
 | 
			
		||||
CMD ["-c", "mkdocs build && python -m http.server --bind 0.0.0.0 --directory site 8000"]
 | 
			
		||||
CMD ["mkdocs", "serve"]
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user