diff --git a/streaming/Dockerfile b/streaming/Dockerfile index 3a12007f68..74c0c42aae 100644 --- a/streaming/Dockerfile +++ b/streaming/Dockerfile @@ -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