Skip to content

Commit

Permalink
Fixed yarn not installing node packages for streaming (mastodon#27967)
Browse files Browse the repository at this point in the history
  • Loading branch information
timetinytim authored Nov 18, 2023
1 parent e892efb commit 60f143e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit 60f143e

Please sign in to comment.