6 lines
		
	
	
		
			192 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			192 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
FROM nginx:alpine
 | 
						|
#RUN apk add --update git && apk add --update openssh
 | 
						|
#RUN git clone https://github.com/mightypanders/dotfiles.git 
 | 
						|
#WORKDIR /dotfiles/startpage
 | 
						|
COPY . /usr/share/nginx/html
 |