Fixed yarn not installing node packages for streaming (#27967)

This commit is contained in:
Tim Campbell 2023-11-18 02:14:51 -08:00 committed by GitHub
parent e892efbc40
commit 60f143e41f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ RUN apt-get update && \
corepack enable
COPY Gemfile* package.json yarn.lock .yarnrc.yml /opt/mastodon/
COPY streaming/package.json /opt/mastodon/streaming/
COPY .yarn /opt/mastodon/.yarn
RUN bundle install -j"$(nproc)"