Fix streaming image build after removal of .yarn (#37181)

This commit is contained in:
Claire
2025-12-09 16:36:46 +01:00
committed by GitHub
parent 9702cbb41c
commit 4cdcdaa7d9

View File

@@ -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