Fixed yarn not installing node packages for streaming (#27967)
This commit is contained in:
		
							parent
							
								
									e892efbc40
								
							
						
					
					
						commit
						60f143e41f
					
				@ -38,6 +38,7 @@ RUN apt-get update && \
 | 
				
			|||||||
    corepack enable
 | 
					    corepack enable
 | 
				
			||||||
 | 
					
 | 
				
			||||||
COPY Gemfile* package.json yarn.lock .yarnrc.yml /opt/mastodon/
 | 
					COPY Gemfile* package.json yarn.lock .yarnrc.yml /opt/mastodon/
 | 
				
			||||||
 | 
					COPY streaming/package.json /opt/mastodon/streaming/
 | 
				
			||||||
COPY .yarn /opt/mastodon/.yarn
 | 
					COPY .yarn /opt/mastodon/.yarn
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RUN bundle install -j"$(nproc)"
 | 
					RUN bundle install -j"$(nproc)"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user