9 lines
		
	
	
		
			221 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
		
		
			
		
	
	
			9 lines
		
	
	
		
			221 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
| 
								 | 
							
								FROM node:lts 
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								RUN echo "Build WebPlay Server"
							 | 
						||
| 
								 | 
							
								RUN apt update 
							 | 
						||
| 
								 | 
							
								RUN apt install -y --no-install-recommends ffmpeg lame
							 | 
						||
| 
								 | 
							
								RUN git clone https://code.anufrij.de/WebPlay/server.git && cd server && npm install
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								WORKDIR /server
							 |