mirror of https://github.com/tootsuite/mastodon
Fixed yarn not installing node packages for streaming (#27967)
parent
e892efbc40
commit
60f143e41f
|
@ -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)"
|
||||||
|
|
Loading…
Reference in New Issue