summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorKagami Sascha Rosylight <saschanaz@outlook.com>2023-03-25 08:13:30 +0100
committerKagami Sascha Rosylight <saschanaz@outlook.com>2023-03-25 08:13:30 +0100
commitefb5e1d1cc95b373b00cf2fedfc5b3bd745a1753 (patch)
tree17c78eb997cf0f87d7da9e8e25e3f444ee3157c5 /Dockerfile
parentSubtree merged in packages/misskey-js (diff)
downloadsharkey-efb5e1d1cc95b373b00cf2fedfc5b3bd745a1753.tar.gz
sharkey-efb5e1d1cc95b373b00cf2fedfc5b3bd745a1753.tar.bz2
sharkey-efb5e1d1cc95b373b00cf2fedfc5b3bd745a1753.zip
Additional changes for the merge
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index fd0b5e1c9f..8db7400c9f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -23,6 +23,7 @@ COPY --link ["scripts", "./scripts"]
COPY --link ["packages/backend/package.json", "./packages/backend/"]
COPY --link ["packages/frontend/package.json", "./packages/frontend/"]
COPY --link ["packages/sw/package.json", "./packages/sw/"]
+COPY --link ["packages/misskey-js/package.json", "./packages/misskey-js/"]
RUN --mount=type=cache,target=/root/.local/share/pnpm/store,sharing=locked \
pnpm i --frozen-lockfile --aggregate-output