mirror of
				https://git.unlock-music.dev/um/web.git
				synced 2025-11-04 09:03:38 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			421 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			421 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
FROM --platform=$TARGETPLATFORM nginx:stable-alpine
 | 
						|
 | 
						|
LABEL org.opencontainers.image.title="Unlock Music"
 | 
						|
LABEL org.opencontainers.image.description="Unlock encrypted music file in browser"
 | 
						|
LABEL org.opencontainers.image.authors="MengYX"
 | 
						|
LABEL org.opencontainers.image.source="https://github.com/ix64/unlock-music"
 | 
						|
LABEL org.opencontainers.image.licenses="MIT"
 | 
						|
LABEL maintainer="MengYX"
 | 
						|
 | 
						|
COPY ./dist /usr/share/nginx/html
 |