Fixed yarn not installing node packages for streaming (#27967)
This commit is contained in:
		@@ -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)"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user