putting new yt-dlp version
This commit is contained in:
		
							parent
							
								
									7d3c7a64d3
								
							
						
					
					
						commit
						38b2290603
					
				| 
						 | 
					@ -8,7 +8,7 @@ WORKDIR /usr/src/preservetube/backend
 | 
				
			||||||
COPY . /usr/src/preservetube/backend
 | 
					COPY . /usr/src/preservetube/backend
 | 
				
			||||||
RUN yarn
 | 
					RUN yarn
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RUN wget https://github.com/yt-dlp/yt-dlp/releases/download/2023.03.04/yt-dlp -q
 | 
					RUN wget https://github.com/yt-dlp/yt-dlp/releases/download/2023.07.06/yt-dlp -q
 | 
				
			||||||
RUN chmod +x yt-dlp
 | 
					RUN chmod +x yt-dlp
 | 
				
			||||||
 | 
					
 | 
				
			||||||
CMD ["node", "index.js"]
 | 
					CMD ["node", "index.js"]
 | 
				
			||||||
		Loading…
	
		Reference in New Issue