summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorTim Campbell <timetinytim@gmail.com>2023-11-18 02:14:51 -0800
committerGitHub <noreply@github.com>2023-11-18 10:14:51 +0000
commit60f143e41f4b5d8157a54042c29af08a612249a2 (patch)
treefadb3eea063fd8ab45e502fe6a8e89e5cffe5365 /Dockerfile
parente892efbc4081129fbe807d3b6d8dec024e2175ed (diff)
Fixed yarn not installing node packages for streaming (#27967)
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 2b23ea6e480..7e032073b81 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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)"