mirror of
				https://github.com/fspc/workstand.git
				synced 2025-10-31 00:15:35 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			214 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			214 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| ####################
 | |
| # workstand-nginx  #
 | |
| ####################
 | |
| 
 | |
| FROM nginx:1.11-alpine
 | |
| 
 | |
| MAINTAINER Jonathan Rosenbaum <gnuser@gmail.com>
 | |
| 
 | |
| COPY default.conf /etc/nginx/conf.d
 | |
| RUN mkdir /usr/share/nginx/html/static 
 |