slow af downloads fix (hopefully)
This commit is contained in:
		
							parent
							
								
									a65fc7df7f
								
							
						
					
					
						commit
						b02cc7bd63
					
				| 
						 | 
					@ -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-nightly-builds/releases/download/2024.03.08.232718/yt-dlp -q
 | 
					RUN wget https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/download/2024.03.19.232701/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