mirror of
				https://github.com/immich-app/immich.git
				synced 2025-10-31 02:27:08 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			217 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			217 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
| FROM docker.io/nginxinc/nginx-unprivileged:latest
 | |
| 
 | |
| COPY LICENSE /licenses/LICENSE.txt
 | |
| COPY LICENSE /LICENSE
 | |
| 
 | |
| COPY nginx.conf "/etc/nginx/nginx.conf.template"
 | |
| COPY start.sh /start.sh
 | |
| 
 | |
| STOPSIGNAL SIGQUIT
 | |
| 
 | |
| CMD /start.sh
 |