From 4cdcdaa7d9f2a7dd4825060835c568e9e7cf1c33 Mon Sep 17 00:00:00 2001 From: Claire Date: Tue, 9 Dec 2025 16:36:46 +0100 Subject: [PATCH] Fix streaming image build after removal of `.yarn` (#37181) --- streaming/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/streaming/Dockerfile b/streaming/Dockerfile index 3a12007f68..74c0c42aae 100644 --- a/streaming/Dockerfile +++ b/streaming/Dockerfile @@ -86,7 +86,6 @@ WORKDIR /opt/mastodon # Copy Node package configuration files from build system to container COPY package.json yarn.lock .yarnrc.yml /opt/mastodon/ -COPY .yarn /opt/mastodon/.yarn # Copy Streaming source code from build system to container COPY ./streaming /opt/mastodon/streaming